Html Css Color HEX #6525AE Purple Heart

📋 copy color: '#6525AE'

red 101 ◦ green 37 ◦ blue 174

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

Shades of Purple Heart #6525AE

Tints of Purple Heart #6525AE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 32.37%
G = 11.86%
B = 55.77%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6525AE (or 0x6525AE) is known color: Purple Heart. HEX triplet: 65, 25 and AE. RGB value is (101,37,174). Sum of RGB (Red+Green+Blue) = 101+37+174=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #6525AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6525AE is #9ADA51. Grayscale: #474747. Windows color (decimal): -10148434 or 11412837. OLE color: 11412837.

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

Color convert

RGB 101 37 174 -
CMYK 0.42 0.79 0 0.32
HSL 268.03º 0.65% 0.41% -
HSV(B) 268.03º 0.79% 0.68% -
XYZ 13.67 7.15 40.7 -
YUV 71.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 101 37 174 0.42 0.79 0 0.32 268.03 0.65 0.41
Hex 65 25 AE 2A 4F 0 20 10C 41 29
Octal 145 45 256 52 117 0 40 414 101 51
Binary 1100101 100101 10101110 101010 1001111 0 100000 100001100 1000001 101001

Color Harmonies of #6525AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525AE

Black with #6525AE

Text Example


Text Example

White with #6525AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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