Html Css Color HEX #6520DB Purple Heart

📋 copy color: '#6520DB'

red 101 ◦ green 32 ◦ blue 219

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

Shades of Purple Heart #6520DB

Tints of Purple Heart #6520DB

RGB

 RED value IS 101 (39.84% from 255) = 28.69%

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

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

R = 28.69%
G = 9.09%
B = 62.22%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6520DB (or 0x6520DB) is known color: Purple Heart. HEX triplet: 65, 20 and DB. RGB value is (101,32,219). Sum of RGB (Red+Green+Blue) = 101+32+219=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #6520DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6520DB is #9ADF24. Grayscale: #494949. Windows color (decimal): -10149669 or 14360677. OLE color: 14360677.

HSL color Cylindrical-coordinate representation of color #6520DB: hue angle of 262.14º 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 #6520DB is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 32 219 -
CMYK 0.54 0.85 0 0.14
HSL 262.14º 0.75% 0.49% -
HSV(B) 262.14º 0.85% 0.86% -
XYZ 18.67 8.91 67.75 -
YUV 73.95 209.86 147.29 -
System Red Green Blue C M Y K H S L
Decimal 101 32 219 0.54 0.85 0 0.14 262.14 0.75 0.49
Hex 65 20 DB 36 55 0 E 106 4B 31
Octal 145 40 333 66 125 0 16 406 113 61
Binary 1100101 100000 11011011 110110 1010101 0 1110 100000110 1001011 110001

Color Harmonies of #6520DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520DB

Black with #6520DB

Text Example


Text Example

White with #6520DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6520DB; }

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

 H1.HeaderClassName
 {
   color: #6520DB;
 }
 .AnyTagClassName
 {
   color: #6520DB;
 }
</style>

background-color css

<style>
 a { background-color: #6520DB; }

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

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

border-color css

<style>
 span { border-color: #6520DB; }

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

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