Html Css Color HEX #6C2BD6 Purple Heart

📋 copy color: '#6C2BD6'

red 108 ◦ green 43 ◦ blue 214

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

Shades of Purple Heart #6C2BD6

Tints of Purple Heart #6C2BD6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

 BLUE value IS 214 (83.98% from 255) = 58.63%

R = 29.59%
G = 11.78%
B = 58.63%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6C2BD6 (or 0x6C2BD6) is known color: Purple Heart. HEX triplet: 6C, 2B and D6. RGB value is (108,43,214). Sum of RGB (Red+Green+Blue) = 108+43+214=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 214 (83.98% from 255 or 58.63% from 365); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C2BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BD6 is #93D429. Grayscale: #515151. Windows color (decimal): -9688106 or 14035820. OLE color: 14035820.

HSL color Cylindrical-coordinate representation of color #6C2BD6: hue angle of 262.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C2BD6 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 43 214 -
CMYK 0.50 0.80 0 0.16
HSL 262.81º 0.68% 0.5% -
HSV(B) 262.81º 0.8% 0.84% -
XYZ 19.19 9.77 64.49 -
YUV 81.93 202.53 146.6 -
System Red Green Blue C M Y K H S L
Decimal 108 43 214 0.50 0.80 0 0.16 262.81 0.68 0.5
Hex 6C 2B D6 32 50 0 10 107 44 32
Octal 154 53 326 62 120 0 20 407 104 62
Binary 1101100 101011 11010110 110010 1010000 0 10000 100000111 1000100 110010

Color Harmonies of #6C2BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2BD6

Black with #6C2BD6

Text Example


Text Example

White with #6C2BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,43,214); }

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

background-color css

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

 a { background-color: rgb(108,43,214); }

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

border-color css

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

 span { border-color: rgb(108,43,214); }

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