#6035d8

Color #6035D8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6035D8

Tints of Purple Heart #6035D8

Color information

#6035D8 (or 0x6035D8) is unknown color: approx Purple Heart. HEX triplet: 60, 35 and D8. RGB value is (96,53,216). Sum of RGB (Red+Green+Blue) = 96+53+216=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #6035D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6035D8 is #9FCA27. Grayscale: #535353. Windows color (decimal): -10471976 or 14169440. OLE color: 14169440.

HSL color Cylindrical-coordinate representation of color #6035D8: hue angle of 255.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6035D8 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9653216-
CMYK0.560.7500.15
HSL255.83º67.63%52.75%-
HSV(B)255.83º75.46%84.71%-
XYZ18.499.9965.92-
YUV84.44202.25136.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 216 (84.77% from 255) = 59.18%
R=26.30%
G=14.52%
B=59.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96532160.560.7500.15255.8367.6352.75
Hex6035D8384B0F1004435
Octal140653307011301740010465
Binary1100000110101110110001110001001011011111000000001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6035d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6035d8; }

 p { color: rgb(96,53,216); }

 H1.HeaderClassName
 {
   color: #6035d8;
 }
 .AnyTagClassName
 {
   color: #6035d8;
 }
</style>
background-color css

<style>
 a { background-color: #6035d8; }

 a { background-color: rgb(96,53,216); }

 div.DivClassName
 {
   background-color: #6035d8;
 }
 .BgClassName
 {
   background-color: #6035d8;
 }
</style>
border-color css

<style>
 span { border-color: #6035d8; }

 span { border-color: rgb(96,53,216); }

 td.TdClassName
 {
   border-color: #6035d8;
 }
 .TagClassName
 {
   border-color: #6035d8;
 }
</style>