Html Css Color HEX #6C33CE Purple Heart

📋 copy color: '#6C33CE'

red 108 ◦ green 51 ◦ blue 206

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

Shades of Purple Heart #6C33CE

Tints of Purple Heart #6C33CE

RGB

 RED value IS 108 (42.58% from 255) = 29.59%

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

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

R = 29.59%
G = 13.97%
B = 56.44%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C33CE (or 0x6C33CE) is known color: Purple Heart. HEX triplet: 6C, 33 and CE. RGB value is (108,51,206). Sum of RGB (Red+Green+Blue) = 108+51+206=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C33CE is #93CC31. Grayscale: #555555. Windows color (decimal): -9686066 or 13513580. OLE color: 13513580.

HSL color Cylindrical-coordinate representation of color #6C33CE: hue angle of 262.06º 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 #6C33CE is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 51 206 -
CMYK 0.48 0.75 0 0.19
HSL 262.06º 0.61% 0.5% -
HSV(B) 262.06º 0.75% 0.81% -
XYZ 18.51 10.01 59.35 -
YUV 85.71 195.88 143.9 -
System Red Green Blue C M Y K H S L
Decimal 108 51 206 0.48 0.75 0 0.19 262.06 0.61 0.5
Hex 6C 33 CE 30 4B 0 13 106 3D 32
Octal 154 63 316 60 113 0 23 406 75 62
Binary 1101100 110011 11001110 110000 1001011 0 10011 100000110 111101 110010

Color Harmonies of #6C33CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C33CE

Black with #6C33CE

Text Example


Text Example

White with #6C33CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C33CE; }

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

 H1.HeaderClassName
 {
   color: #6C33CE;
 }
 .AnyTagClassName
 {
   color: #6C33CE;
 }
</style>

background-color css

<style>
 a { background-color: #6C33CE; }

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

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

border-color css

<style>
 span { border-color: #6C33CE; }

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

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