Html Css Color HEX #6521AB Purple Heart

📋 copy color: '#6521AB'

red 101 ◦ green 33 ◦ blue 171

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

Shades of Purple Heart #6521AB

Tints of Purple Heart #6521AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 33.11%
G = 10.82%
B = 56.07%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6521AB (or 0x6521AB) is known color: Purple Heart. HEX triplet: 65, 21 and AB. RGB value is (101,33,171). Sum of RGB (Red+Green+Blue) = 101+33+171=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #6521AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6521AB is #9ADE54. Grayscale: #444444. Windows color (decimal): -10149461 or 11215205. OLE color: 11215205.

HSL color Cylindrical-coordinate representation of color #6521AB: hue angle of 269.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6521AB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 33 171 -
CMYK 0.41 0.81 0 0.33
HSL 269.57º 0.68% 0.4% -
HSV(B) 269.57º 0.81% 0.67% -
XYZ 13.26 6.79 39.14 -
YUV 69.06 185.53 150.78 -
System Red Green Blue C M Y K H S L
Decimal 101 33 171 0.41 0.81 0 0.33 269.57 0.68 0.4
Hex 65 21 AB 29 51 0 21 10E 44 28
Octal 145 41 253 51 121 0 41 416 104 50
Binary 1100101 100001 10101011 101001 1010001 0 100001 100001110 1000100 101000

Color Harmonies of #6521AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6521AB

Black with #6521AB

Text Example


Text Example

White with #6521AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6521AB; }

 p { color: rgb(101,33,171); }

 H1.HeaderClassName
 {
   color: #6521AB;
 }
 .AnyTagClassName
 {
   color: #6521AB;
 }
</style>

background-color css

<style>
 a { background-color: #6521AB; }

 a { background-color: rgb(101,33,171); }

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

border-color css

<style>
 span { border-color: #6521AB; }

 span { border-color: rgb(101,33,171); }

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