Html Css Color HEX #6529AE Purple Heart

📋 copy color: '#6529AE'

red 101 ◦ green 41 ◦ blue 174

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

Shades of Purple Heart #6529AE

Tints of Purple Heart #6529AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 31.96%
G = 12.97%
B = 55.06%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6529AE (or 0x6529AE) is known color: Purple Heart. HEX triplet: 65, 29 and AE. RGB value is (101,41,174). Sum of RGB (Red+Green+Blue) = 101+41+174=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #6529AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6529AE is #9AD651. Grayscale: #494949. Windows color (decimal): -10147410 or 11413861. OLE color: 11413861.

HSL color Cylindrical-coordinate representation of color #6529AE: hue angle of 267.07º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6529AE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 41 174 -
CMYK 0.42 0.76 0 0.32
HSL 267.07º 0.62% 0.42% -
HSV(B) 267.07º 0.76% 0.68% -
XYZ 13.8 7.41 40.75 -
YUV 74.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 101 41 174 0.42 0.76 0 0.32 267.07 0.62 0.42
Hex 65 29 AE 2A 4C 0 20 10B 3E 2A
Octal 145 51 256 52 114 0 40 413 76 52
Binary 1100101 101001 10101110 101010 1001100 0 100000 100001011 111110 101010

Color Harmonies of #6529AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6529AE

Black with #6529AE

Text Example


Text Example

White with #6529AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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