Html Css Color HEX #6522DD Purple Heart

📋 copy color: '#6522DD'

red 101 ◦ green 34 ◦ blue 221

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

Shades of Purple Heart #6522DD

Tints of Purple Heart #6522DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 28.37%
G = 9.55%
B = 62.08%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6522DD (or 0x6522DD) is known color: Purple Heart. HEX triplet: 65, 22 and DD. RGB value is (101,34,221). Sum of RGB (Red+Green+Blue) = 101+34+221=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #6522DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6522DD is #9ADD22. Grayscale: #4A4A4A. Windows color (decimal): -10149155 or 14492261. OLE color: 14492261.

HSL color Cylindrical-coordinate representation of color #6522DD: hue angle of 261.5º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6522DD is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 34 221 -
CMYK 0.54 0.85 0 0.13
HSL 261.5º 0.73% 0.5% -
HSV(B) 261.5º 0.85% 0.87% -
XYZ 18.99 9.13 69.17 -
YUV 75.35 210.2 146.29 -
System Red Green Blue C M Y K H S L
Decimal 101 34 221 0.54 0.85 0 0.13 261.5 0.73 0.5
Hex 65 22 DD 36 55 0 D 105 49 32
Octal 145 42 335 66 125 0 15 405 111 62
Binary 1100101 100010 11011101 110110 1010101 0 1101 100000101 1001001 110010

Color Harmonies of #6522DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522DD

Black with #6522DD

Text Example


Text Example

White with #6522DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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