Html Css Color HEX #6505AB Purple Heart

📋 copy color: '#6505AB'

red 101 ◦ green 5 ◦ blue 171

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

Shades of Purple Heart #6505AB

Tints of Purple Heart #6505AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 36.46%
G = 1.81%
B = 61.73%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6505AB (or 0x6505AB) is known color: Purple Heart. HEX triplet: 65, 05 and AB. RGB value is (101,5,171). Sum of RGB (Red+Green+Blue) = 101+5+171=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #6505AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6505AB is #9AFA54. Grayscale: #343434. Windows color (decimal): -10156629 or 11208037. OLE color: 11208037.

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

Color convert

RGB 101 5 171 -
CMYK 0.41 0.97 0 0.33
HSL 274.7º 0.94% 0.35% -
HSV(B) 274.7º 0.97% 0.67% -
XYZ 12.77 5.82 38.98 -
YUV 52.63 194.8 162.5 -
System Red Green Blue C M Y K H S L
Decimal 101 5 171 0.41 0.97 0 0.33 274.7 0.94 0.35
Hex 65 5 AB 29 61 0 21 113 5E 23
Octal 145 5 253 51 141 0 41 423 136 43
Binary 1100101 101 10101011 101001 1100001 0 100001 100010011 1011110 100011

Color Harmonies of #6505AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505AB

Black with #6505AB

Text Example


Text Example

White with #6505AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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