Html Css Color HEX #6C20B5 Purple Heart

📋 copy color: '#6C20B5'

red 108 ◦ green 32 ◦ blue 181

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

Shades of Purple Heart #6C20B5

Tints of Purple Heart #6C20B5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.97%

 BLUE value IS 181 (71.09% from 255) = 56.39%

R = 33.64%
G = 9.97%
B = 56.39%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6C20B5 (or 0x6C20B5) is known color: Purple Heart. HEX triplet: 6C, 20 and B5. RGB value is (108,32,181). Sum of RGB (Red+Green+Blue) = 108+32+181=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #6C20B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C20B5 is #93DF4A. Grayscale: #474747. Windows color (decimal): -9690955 or 11870316. OLE color: 11870316.

HSL color Cylindrical-coordinate representation of color #6C20B5: hue angle of 270.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C20B5 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 32 181 -
CMYK 0.40 0.82 0 0.29
HSL 270.6º 0.7% 0.42% -
HSV(B) 270.6º 0.82% 0.71% -
XYZ 15.04 7.56 44.38 -
YUV 71.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 108 32 181 0.40 0.82 0 0.29 270.6 0.7 0.42
Hex 6C 20 B5 28 52 0 1D 10F 46 2A
Octal 154 40 265 50 122 0 35 417 106 52
Binary 1101100 100000 10110101 101000 1010010 0 11101 100001111 1000110 101010

Color Harmonies of #6C20B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C20B5

Black with #6C20B5

Text Example


Text Example

White with #6C20B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,32,181); }

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

background-color css

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

 a { background-color: rgb(108,32,181); }

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

border-color css

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

 span { border-color: rgb(108,32,181); }

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