Html Css Color HEX #6033CE Purple Heart

📋 copy color: '#6033CE'

red 96 ◦ green 51 ◦ blue 206

#6033CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6033CE

Tints of Purple Heart #6033CE

RGB

 RED value IS 96 (37.89% from 255) = 27.2%

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 27.2%
G = 14.45%
B = 58.36%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6033CE (or 0x6033CE) is known color: Purple Heart. HEX triplet: 60, 33 and CE. RGB value is (96,51,206). Sum of RGB (Red+Green+Blue) = 96+51+206=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #6033CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033CE is #9FCC31. Grayscale: #515151. Windows color (decimal): -10472498 or 13513568. OLE color: 13513568.

HSL color Cylindrical-coordinate representation of color #6033CE: hue angle of 257.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6033CE is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 51 206 -
CMYK 0.53 0.75 0 0.19
HSL 257.42º 0.61% 0.5% -
HSV(B) 257.42º 0.75% 0.81% -
XYZ 17.15 9.31 59.29 -
YUV 82.13 197.91 137.9 -
System Red Green Blue C M Y K H S L
Decimal 96 51 206 0.53 0.75 0 0.19 257.42 0.61 0.5
Hex 60 33 CE 35 4B 0 13 101 3D 32
Octal 140 63 316 65 113 0 23 401 75 62
Binary 1100000 110011 11001110 110101 1001011 0 10011 100000001 111101 110010

Color Harmonies of #6033CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6033CE

Black with #6033CE

Text Example


Text Example

White with #6033CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6033CE; }

 p { color: rgb(96,51,206); }

 H1.HeaderClassName
 {
   color: #6033CE;
 }
 .AnyTagClassName
 {
   color: #6033CE;
 }
</style>

background-color css

<style>
 a { background-color: #6033CE; }

 a { background-color: rgb(96,51,206); }

 div.DivClassName
 {
   background-color: #6033CE;
 }
 .BgClassName
 {
   background-color: #6033CE;
 }
</style>

border-color css

<style>
 span { border-color: #6033CE; }

 span { border-color: rgb(96,51,206); }

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