Html Css Color HEX #6514AB Purple Heart

📋 copy color: '#6514AB'

red 101 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #6514AB

Tints of Purple Heart #6514AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 34.59%
G = 6.85%
B = 58.56%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6514AB (or 0x6514AB) is known color: Purple Heart. HEX triplet: 65, 14 and AB. RGB value is (101,20,171). Sum of RGB (Red+Green+Blue) = 101+20+171=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #6514AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6514AB is #9AEB54. Grayscale: #3C3C3C. Windows color (decimal): -10152789 or 11211877. OLE color: 11211877.

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

Color convert

RGB 101 20 171 -
CMYK 0.41 0.88 0 0.33
HSL 272.19º 0.79% 0.37% -
HSV(B) 272.19º 0.88% 0.67% -
XYZ 12.97 6.21 39.04 -
YUV 61.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 101 20 171 0.41 0.88 0 0.33 272.19 0.79 0.37
Hex 65 14 AB 29 58 0 21 110 4F 25
Octal 145 24 253 51 130 0 41 420 117 45
Binary 1100101 10100 10101011 101001 1011000 0 100001 100010000 1001111 100101

Color Harmonies of #6514AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514AB

Black with #6514AB

Text Example


Text Example

White with #6514AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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