Html Css Color HEX #6522DB Purple Heart

📋 copy color: '#6522DB'

red 101 ◦ green 34 ◦ blue 219

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

Shades of Purple Heart #6522DB

Tints of Purple Heart #6522DB

RGB

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

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

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

R = 28.53%
G = 9.6%
B = 61.86%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6522DB (or 0x6522DB) is known color: Purple Heart. HEX triplet: 65, 22 and DB. RGB value is (101,34,219). Sum of RGB (Red+Green+Blue) = 101+34+219=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #6522DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6522DB is #9ADD24. Grayscale: #4A4A4A. Windows color (decimal): -10149157 or 14361189. OLE color: 14361189.

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

Color convert

RGB 101 34 219 -
CMYK 0.54 0.84 0 0.14
HSL 261.73º 0.73% 0.5% -
HSV(B) 261.73º 0.84% 0.86% -
XYZ 18.73 9.03 67.77 -
YUV 75.12 209.2 146.46 -
System Red Green Blue C M Y K H S L
Decimal 101 34 219 0.54 0.84 0 0.14 261.73 0.73 0.5
Hex 65 22 DB 36 54 0 E 106 49 32
Octal 145 42 333 66 124 0 16 406 111 62
Binary 1100101 100010 11011011 110110 1010100 0 1110 100000110 1001001 110010

Color Harmonies of #6522DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522DB

Black with #6522DB

Text Example


Text Example

White with #6522DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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