Html Css Color HEX #6529AA Purple Heart

📋 copy color: '#6529AA'

red 101 ◦ green 41 ◦ blue 170

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

Shades of Purple Heart #6529AA

Tints of Purple Heart #6529AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 32.37%
G = 13.14%
B = 54.49%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6529AA (or 0x6529AA) is known color: Purple Heart. HEX triplet: 65, 29 and AA. RGB value is (101,41,170). Sum of RGB (Red+Green+Blue) = 101+41+170=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #6529AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6529AA is #9AD655. Grayscale: #494949. Windows color (decimal): -10147414 or 11151717. OLE color: 11151717.

HSL color Cylindrical-coordinate representation of color #6529AA: hue angle of 267.91º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6529AA is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 41 170 -
CMYK 0.41 0.76 0 0.33
HSL 267.91º 0.61% 0.41% -
HSV(B) 267.91º 0.76% 0.67% -
XYZ 13.42 7.25 38.72 -
YUV 73.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 101 41 170 0.41 0.76 0 0.33 267.91 0.61 0.41
Hex 65 29 AA 29 4C 0 21 10C 3D 29
Octal 145 51 252 51 114 0 41 414 75 51
Binary 1100101 101001 10101010 101001 1001100 0 100001 100001100 111101 101001

Color Harmonies of #6529AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529AA

Black with #6529AA

Text Example


Text Example

White with #6529AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6529AA; }

 p { color: rgb(101,41,170); }

 H1.HeaderClassName
 {
   color: #6529AA;
 }
 .AnyTagClassName
 {
   color: #6529AA;
 }
</style>

background-color css

<style>
 a { background-color: #6529AA; }

 a { background-color: rgb(101,41,170); }

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

border-color css

<style>
 span { border-color: #6529AA; }

 span { border-color: rgb(101,41,170); }

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