Html Css Color HEX #6526AB Purple Heart

📋 copy color: '#6526AB'

red 101 ◦ green 38 ◦ blue 171

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

Shades of Purple Heart #6526AB

Tints of Purple Heart #6526AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 32.58%
G = 12.26%
B = 55.16%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6526AB (or 0x6526AB) is known color: Purple Heart. HEX triplet: 65, 26 and AB. RGB value is (101,38,171). Sum of RGB (Red+Green+Blue) = 101+38+171=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6526AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6526AB is #9AD954. Grayscale: #474747. Windows color (decimal): -10148181 or 11216485. OLE color: 11216485.

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

Color convert

RGB 101 38 171 -
CMYK 0.41 0.78 0 0.33
HSL 268.42º 0.64% 0.41% -
HSV(B) 268.42º 0.78% 0.67% -
XYZ 13.41 7.09 39.19 -
YUV 72 183.87 148.69 -
System Red Green Blue C M Y K H S L
Decimal 101 38 171 0.41 0.78 0 0.33 268.42 0.64 0.41
Hex 65 26 AB 29 4E 0 21 10C 40 29
Octal 145 46 253 51 116 0 41 414 100 51
Binary 1100101 100110 10101011 101001 1001110 0 100001 100001100 1000000 101001

Color Harmonies of #6526AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526AB

Black with #6526AB

Text Example


Text Example

White with #6526AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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