Html Css Color HEX #6C32CB Purple Heart

📋 copy color: '#6C32CB'

red 108 ◦ green 50 ◦ blue 203

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

Shades of Purple Heart #6C32CB

Tints of Purple Heart #6C32CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 29.92%
G = 13.85%
B = 56.23%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C32CB (or 0x6C32CB) is known color: Purple Heart. HEX triplet: 6C, 32 and CB. RGB value is (108,50,203). Sum of RGB (Red+Green+Blue) = 108+50+203=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C32CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C32CB is #93CD34. Grayscale: #545454. Windows color (decimal): -9686325 or 13316716. OLE color: 13316716.

HSL color Cylindrical-coordinate representation of color #6C32CB: hue angle of 262.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C32CB is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 50 203 -
CMYK 0.47 0.75 0 0.20
HSL 262.75º 0.6% 0.5% -
HSV(B) 262.75º 0.75% 0.8% -
XYZ 18.1 9.78 57.43 -
YUV 84.78 194.72 144.56 -
System Red Green Blue C M Y K H S L
Decimal 108 50 203 0.47 0.75 0 0.20 262.75 0.6 0.5
Hex 6C 32 CB 2F 4B 0 14 107 3C 32
Octal 154 62 313 57 113 0 24 407 74 62
Binary 1101100 110010 11001011 101111 1001011 0 10100 100000111 111100 110010

Color Harmonies of #6C32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C32CB

Black with #6C32CB

Text Example


Text Example

White with #6C32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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