Html Css Color HEX #6528AE Purple Heart

📋 copy color: '#6528AE'

red 101 ◦ green 40 ◦ blue 174

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

Shades of Purple Heart #6528AE

Tints of Purple Heart #6528AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 32.06%
G = 12.7%
B = 55.24%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6528AE (or 0x6528AE) is known color: Purple Heart. HEX triplet: 65, 28 and AE. RGB value is (101,40,174). Sum of RGB (Red+Green+Blue) = 101+40+174=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #6528AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6528AE is #9AD751. Grayscale: #494949. Windows color (decimal): -10147666 or 11413605. OLE color: 11413605.

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

Color convert

RGB 101 40 174 -
CMYK 0.42 0.77 0 0.32
HSL 267.31º 0.63% 0.42% -
HSV(B) 267.31º 0.77% 0.68% -
XYZ 13.77 7.34 40.74 -
YUV 73.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 101 40 174 0.42 0.77 0 0.32 267.31 0.63 0.42
Hex 65 28 AE 2A 4D 0 20 10B 3F 2A
Octal 145 50 256 52 115 0 40 413 77 52
Binary 1100101 101000 10101110 101010 1001101 0 100000 100001011 111111 101010

Color Harmonies of #6528AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6528AE

Black with #6528AE

Text Example


Text Example

White with #6528AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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