Html Css Color HEX #6527AB Purple Heart

📋 copy color: '#6527AB'

red 101 ◦ green 39 ◦ blue 171

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

Shades of Purple Heart #6527AB

Tints of Purple Heart #6527AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 32.48%
G = 12.54%
B = 54.98%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6527AB (or 0x6527AB) is known color: Purple Heart. HEX triplet: 65, 27 and AB. RGB value is (101,39,171). Sum of RGB (Red+Green+Blue) = 101+39+171=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #6527AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6527AB is #9AD854. Grayscale: #484848. Windows color (decimal): -10147925 or 11216741. OLE color: 11216741.

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

Color convert

RGB 101 39 171 -
CMYK 0.41 0.77 0 0.33
HSL 268.18º 0.63% 0.41% -
HSV(B) 268.18º 0.77% 0.67% -
XYZ 13.44 7.16 39.2 -
YUV 72.59 183.54 148.27 -
System Red Green Blue C M Y K H S L
Decimal 101 39 171 0.41 0.77 0 0.33 268.18 0.63 0.41
Hex 65 27 AB 29 4D 0 21 10C 3F 29
Octal 145 47 253 51 115 0 41 414 77 51
Binary 1100101 100111 10101011 101001 1001101 0 100001 100001100 111111 101001

Color Harmonies of #6527AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527AB

Black with #6527AB

Text Example


Text Example

White with #6527AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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