Html Css Color HEX #6E22DB Purple Heart

📋 copy color: '#6E22DB'

red 110 ◦ green 34 ◦ blue 219

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

Shades of Purple Heart #6E22DB

Tints of Purple Heart #6E22DB

RGB

 RED value IS 110 (43.36% from 255) = 30.3%

 GREEN value IS 34 (13.67% from 255) = 9.37%

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

R = 30.3%
G = 9.37%
B = 60.33%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E22DB (or 0x6E22DB) is known color: Purple Heart. HEX triplet: 6E, 22 and DB. RGB value is (110,34,219). Sum of RGB (Red+Green+Blue) = 110+34+219=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E22DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E22DB is #91DD24. Grayscale: #4D4D4D. Windows color (decimal): -9559333 or 14361198. OLE color: 14361198.

HSL color Cylindrical-coordinate representation of color #6E22DB: hue angle of 264.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E22DB is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 34 219 -
CMYK 0.50 0.84 0 0.14
HSL 264.65º 0.73% 0.5% -
HSV(B) 264.65º 0.84% 0.86% -
XYZ 19.79 9.57 67.82 -
YUV 77.81 207.68 150.96 -
System Red Green Blue C M Y K H S L
Decimal 110 34 219 0.50 0.84 0 0.14 264.65 0.73 0.5
Hex 6E 22 DB 32 54 0 E 109 49 32
Octal 156 42 333 62 124 0 16 411 111 62
Binary 1101110 100010 11011011 110010 1010100 0 1110 100001001 1001001 110010

Color Harmonies of #6E22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E22DB

Black with #6E22DB

Text Example


Text Example

White with #6E22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,34,219); }

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

background-color css

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

 a { background-color: rgb(110,34,219); }

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

border-color css

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

 span { border-color: rgb(110,34,219); }

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