Html Css Color HEX #6C32DC Purple Heart

📋 copy color: '#6C32DC'

red 108 ◦ green 50 ◦ blue 220

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

Shades of Purple Heart #6C32DC

Tints of Purple Heart #6C32DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 28.57%
G = 13.23%
B = 58.2%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C32DC (or 0x6C32DC) is known color: Purple Heart. HEX triplet: 6C, 32 and DC. RGB value is (108,50,220). Sum of RGB (Red+Green+Blue) = 108+50+220=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C32DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C32DC is #93CD23. Grayscale: #565656. Windows color (decimal): -9686308 or 14430828. OLE color: 14430828.

HSL color Cylindrical-coordinate representation of color #6C32DC: hue angle of 260.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C32DC is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 50 220 -
CMYK 0.51 0.77 0 0.14
HSL 260.47º 0.71% 0.53% -
HSV(B) 260.47º 0.77% 0.86% -
XYZ 20.24 10.64 68.7 -
YUV 86.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 108 50 220 0.51 0.77 0 0.14 260.47 0.71 0.53
Hex 6C 32 DC 33 4D 0 E 104 47 35
Octal 154 62 334 63 115 0 16 404 107 65
Binary 1101100 110010 11011100 110011 1001101 0 1110 100000100 1000111 110101

Color Harmonies of #6C32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C32DC

Black with #6C32DC

Text Example


Text Example

White with #6C32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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