Html Css Color HEX #6C2DDB Purple Heart

📋 copy color: '#6C2DDB'

red 108 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #6C2DDB

Tints of Purple Heart #6C2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.1%

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 29.03%
G = 12.1%
B = 58.87%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C2DDB (or 0x6C2DDB) is known color: Purple Heart. HEX triplet: 6C, 2D and DB. RGB value is (108,45,219). Sum of RGB (Red+Green+Blue) = 108+45+219=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C2DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2DDB is #93D224. Grayscale: #535353. Windows color (decimal): -9687589 or 14364012. OLE color: 14364012.

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

Color convert

RGB 108 45 219 -
CMYK 0.51 0.79 0 0.14
HSL 261.72º 0.71% 0.52% -
HSV(B) 261.72º 0.79% 0.86% -
XYZ 19.91 10.18 67.93 -
YUV 83.67 204.37 145.35 -
System Red Green Blue C M Y K H S L
Decimal 108 45 219 0.51 0.79 0 0.14 261.72 0.71 0.52
Hex 6C 2D DB 33 4F 0 E 106 47 34
Octal 154 55 333 63 117 0 16 406 107 64
Binary 1101100 101101 11011011 110011 1001111 0 1110 100000110 1000111 110100

Color Harmonies of #6C2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2DDB

Black with #6C2DDB

Text Example


Text Example

White with #6C2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,45,219); }

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

background-color css

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

 a { background-color: rgb(108,45,219); }

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

border-color css

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

 span { border-color: rgb(108,45,219); }

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