Html Css Color HEX #6C2EDB Purple Heart

📋 copy color: '#6C2EDB'

red 108 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #6C2EDB

Tints of Purple Heart #6C2EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.33%

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

R = 28.95%
G = 12.33%
B = 58.71%

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

#6C2EDB (or 0x6C2EDB) is known color: Purple Heart. HEX triplet: 6C, 2E and DB. RGB value is (108,46,219). Sum of RGB (Red+Green+Blue) = 108+46+219=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C2EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EDB is #93D124. Grayscale: #535353. Windows color (decimal): -9687333 or 14364268. OLE color: 14364268.

HSL color Cylindrical-coordinate representation of color #6C2EDB: hue angle of 261.5º 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 #6C2EDB is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 46 219 -
CMYK 0.51 0.79 0 0.14
HSL 261.5º 0.71% 0.52% -
HSV(B) 261.5º 0.79% 0.86% -
XYZ 19.95 10.26 67.95 -
YUV 84.26 204.04 144.93 -
System Red Green Blue C M Y K H S L
Decimal 108 46 219 0.51 0.79 0 0.14 261.5 0.71 0.52
Hex 6C 2E DB 33 4F 0 E 106 47 34
Octal 154 56 333 63 117 0 16 406 107 64
Binary 1101100 101110 11011011 110011 1001111 0 1110 100000110 1000111 110100

Color Harmonies of #6C2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2EDB

Black with #6C2EDB

Text Example


Text Example

White with #6C2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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