Html Css Color HEX #6527AE Purple Heart

📋 copy color: '#6527AE'

red 101 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #6527AE

Tints of Purple Heart #6527AE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

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

R = 32.17%
G = 12.42%
B = 55.41%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6527AE (or 0x6527AE) is known color: Purple Heart. HEX triplet: 65, 27 and AE. RGB value is (101,39,174). Sum of RGB (Red+Green+Blue) = 101+39+174=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #6527AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6527AE is #9AD851. Grayscale: #484848. Windows color (decimal): -10147922 or 11413349. OLE color: 11413349.

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

Color convert

RGB 101 39 174 -
CMYK 0.42 0.78 0 0.32
HSL 267.56º 0.63% 0.42% -
HSV(B) 267.56º 0.78% 0.68% -
XYZ 13.73 7.27 40.72 -
YUV 72.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 101 39 174 0.42 0.78 0 0.32 267.56 0.63 0.42
Hex 65 27 AE 2A 4E 0 20 10C 3F 2A
Octal 145 47 256 52 116 0 40 414 77 52
Binary 1100101 100111 10101110 101010 1001110 0 100000 100001100 111111 101010

Color Harmonies of #6527AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527AE

Black with #6527AE

Text Example


Text Example

White with #6527AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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