Html Css Color HEX #6C32CF Purple Heart

📋 copy color: '#6C32CF'

red 108 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #6C32CF

Tints of Purple Heart #6C32CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

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

R = 29.59%
G = 13.7%
B = 56.71%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C32CF (or 0x6C32CF) is known color: Purple Heart. HEX triplet: 6C, 32 and CF. RGB value is (108,50,207). Sum of RGB (Red+Green+Blue) = 108+50+207=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C32CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C32CF is #93CD30. Grayscale: #545454. Windows color (decimal): -9686321 or 13578860. OLE color: 13578860.

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

Color convert

RGB 108 50 207 -
CMYK 0.48 0.76 0 0.19
HSL 262.17º 0.62% 0.5% -
HSV(B) 262.17º 0.76% 0.81% -
XYZ 18.59 9.97 59.98 -
YUV 85.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 108 50 207 0.48 0.76 0 0.19 262.17 0.62 0.5
Hex 6C 32 CF 30 4C 0 13 106 3E 32
Octal 154 62 317 60 114 0 23 406 76 62
Binary 1101100 110010 11001111 110000 1001100 0 10011 100000110 111110 110010

Color Harmonies of #6C32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C32CF

Black with #6C32CF

Text Example


Text Example

White with #6C32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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