Html Css Color HEX #6A20DB Purple Heart

📋 copy color: '#6A20DB'

red 106 ◦ green 32 ◦ blue 219

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

Shades of Purple Heart #6A20DB

Tints of Purple Heart #6A20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.96%

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

R = 29.69%
G = 8.96%
B = 61.34%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A20DB (or 0x6A20DB) is known color: Purple Heart. HEX triplet: 6A, 20 and DB. RGB value is (106,32,219). Sum of RGB (Red+Green+Blue) = 106+32+219=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A20DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A20DB is #95DF24. Grayscale: #4A4A4A. Windows color (decimal): -9821989 or 14360682. OLE color: 14360682.

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

Color convert

RGB 106 32 219 -
CMYK 0.52 0.85 0 0.14
HSL 263.74º 0.75% 0.49% -
HSV(B) 263.74º 0.85% 0.86% -
XYZ 19.25 9.21 67.78 -
YUV 75.44 209.02 149.79 -
System Red Green Blue C M Y K H S L
Decimal 106 32 219 0.52 0.85 0 0.14 263.74 0.75 0.49
Hex 6A 20 DB 34 55 0 E 108 4B 31
Octal 152 40 333 64 125 0 16 410 113 61
Binary 1101010 100000 11011011 110100 1010101 0 1110 100001000 1001011 110001

Color Harmonies of #6A20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A20DB

Black with #6A20DB

Text Example


Text Example

White with #6A20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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