Html Css Color HEX #6521AC Purple Heart

📋 copy color: '#6521AC'

red 101 ◦ green 33 ◦ blue 172

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

Shades of Purple Heart #6521AC

Tints of Purple Heart #6521AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 33.01%
G = 10.78%
B = 56.21%

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

#6521AC (or 0x6521AC) is known color: Purple Heart. HEX triplet: 65, 21 and AC. RGB value is (101,33,172). Sum of RGB (Red+Green+Blue) = 101+33+172=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #6521AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6521AC is #9ADE53. Grayscale: #444444. Windows color (decimal): -10149460 or 11280741. OLE color: 11280741.

HSL color Cylindrical-coordinate representation of color #6521AC: hue angle of 269.35º 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 #6521AC is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 33 172 -
CMYK 0.41 0.81 0 0.33
HSL 269.35º 0.68% 0.4% -
HSV(B) 269.35º 0.81% 0.67% -
XYZ 13.36 6.83 39.64 -
YUV 69.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 101 33 172 0.41 0.81 0 0.33 269.35 0.68 0.4
Hex 65 21 AC 29 51 0 21 10D 44 28
Octal 145 41 254 51 121 0 41 415 104 50
Binary 1100101 100001 10101100 101001 1010001 0 100001 100001101 1000100 101000

Color Harmonies of #6521AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6521AC

Black with #6521AC

Text Example


Text Example

White with #6521AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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