Html Css Color HEX #6C32C8 Purple Heart

📋 copy color: '#6C32C8'

red 108 ◦ green 50 ◦ blue 200

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

Shades of Purple Heart #6C32C8

Tints of Purple Heart #6C32C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.87%

R = 30.17%
G = 13.97%
B = 55.87%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6C32C8 (or 0x6C32C8) is known color: Purple Heart. HEX triplet: 6C, 32 and C8. RGB value is (108,50,200). Sum of RGB (Red+Green+Blue) = 108+50+200=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C32C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C32C8 is #93CD37. Grayscale: #535353. Windows color (decimal): -9686328 or 13120108. OLE color: 13120108.

HSL color Cylindrical-coordinate representation of color #6C32C8: hue angle of 263.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C32C8 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 108 50 200 -
CMYK 0.46 0.75 0 0.22
HSL 263.2º 0.6% 0.49% -
HSV(B) 263.2º 0.75% 0.78% -
XYZ 17.75 9.64 55.57 -
YUV 84.44 193.22 144.8 -
System Red Green Blue C M Y K H S L
Decimal 108 50 200 0.46 0.75 0 0.22 263.2 0.6 0.49
Hex 6C 32 C8 2E 4B 0 16 107 3C 31
Octal 154 62 310 56 113 0 26 407 74 61
Binary 1101100 110010 11001000 101110 1001011 0 10110 100000111 111100 110001

Color Harmonies of #6C32C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C32C8

Black with #6C32C8

Text Example


Text Example

White with #6C32C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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