Html Css Color HEX #6510AB Purple Heart

📋 copy color: '#6510AB'

red 101 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #6510AB

Tints of Purple Heart #6510AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 35.07%
G = 5.56%
B = 59.38%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6510AB (or 0x6510AB) is known color: Purple Heart. HEX triplet: 65, 10 and AB. RGB value is (101,16,171). Sum of RGB (Red+Green+Blue) = 101+16+171=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #6510AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6510AB is #9AEF54. Grayscale: #3A3A3A. Windows color (decimal): -10153813 or 11210853. OLE color: 11210853.

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

Color convert

RGB 101 16 171 -
CMYK 0.41 0.91 0 0.33
HSL 272.9º 0.83% 0.37% -
HSV(B) 272.9º 0.91% 0.67% -
XYZ 12.9 6.08 39.02 -
YUV 59.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 101 16 171 0.41 0.91 0 0.33 272.9 0.83 0.37
Hex 65 10 AB 29 5B 0 21 111 53 25
Octal 145 20 253 51 133 0 41 421 123 45
Binary 1100101 10000 10101011 101001 1011011 0 100001 100010001 1010011 100101

Color Harmonies of #6510AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510AB

Black with #6510AB

Text Example


Text Example

White with #6510AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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