Html Css Color HEX #6C33CF Purple Heart

📋 copy color: '#6C33CF'

red 108 ◦ green 51 ◦ blue 207

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

Shades of Purple Heart #6C33CF

Tints of Purple Heart #6C33CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 29.51%
G = 13.93%
B = 56.56%

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

#6C33CF (or 0x6C33CF) is known color: Purple Heart. HEX triplet: 6C, 33 and CF. RGB value is (108,51,207). Sum of RGB (Red+Green+Blue) = 108+51+207=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C33CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C33CF is #93CC30. Grayscale: #555555. Windows color (decimal): -9686065 or 13579116. OLE color: 13579116.

HSL color Cylindrical-coordinate representation of color #6C33CF: hue angle of 261.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C33CF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 51 207 -
CMYK 0.48 0.75 0 0.19
HSL 261.92º 0.62% 0.51% -
HSV(B) 261.92º 0.75% 0.81% -
XYZ 18.63 10.06 59.99 -
YUV 85.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 108 51 207 0.48 0.75 0 0.19 261.92 0.62 0.51
Hex 6C 33 CF 30 4B 0 13 106 3E 33
Octal 154 63 317 60 113 0 23 406 76 63
Binary 1101100 110011 11001111 110000 1001011 0 10011 100000110 111110 110011

Color Harmonies of #6C33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C33CF

Black with #6C33CF

Text Example


Text Example

White with #6C33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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