Html Css Color HEX #6A22DB Purple Heart

📋 copy color: '#6A22DB'

red 106 ◦ green 34 ◦ blue 219

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

Shades of Purple Heart #6A22DB

Tints of Purple Heart #6A22DB

RGB

 RED value IS 106 (41.8% from 255) = 29.53%

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

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

R = 29.53%
G = 9.47%
B = 61%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A22DB (or 0x6A22DB) is known color: Purple Heart. HEX triplet: 6A, 22 and DB. RGB value is (106,34,219). Sum of RGB (Red+Green+Blue) = 106+34+219=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A22DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A22DB is #95DD24. Grayscale: #4B4B4B. Windows color (decimal): -9821477 or 14361194. OLE color: 14361194.

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

Color convert

RGB 106 34 219 -
CMYK 0.52 0.84 0 0.14
HSL 263.35º 0.73% 0.5% -
HSV(B) 263.35º 0.84% 0.86% -
XYZ 19.3 9.32 67.8 -
YUV 76.62 208.35 148.96 -
System Red Green Blue C M Y K H S L
Decimal 106 34 219 0.52 0.84 0 0.14 263.35 0.73 0.5
Hex 6A 22 DB 34 54 0 E 107 49 32
Octal 152 42 333 64 124 0 16 407 111 62
Binary 1101010 100010 11011011 110100 1010100 0 1110 100000111 1001001 110010

Color Harmonies of #6A22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A22DB

Black with #6A22DB

Text Example


Text Example

White with #6A22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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