Html Css Color HEX #6506AB Purple Heart

📋 copy color: '#6506AB'

red 101 ◦ green 6 ◦ blue 171

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

Shades of Purple Heart #6506AB

Tints of Purple Heart #6506AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

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

R = 36.33%
G = 2.16%
B = 61.51%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6506AB (or 0x6506AB) is known color: Purple Heart. HEX triplet: 65, 06 and AB. RGB value is (101,6,171). Sum of RGB (Red+Green+Blue) = 101+6+171=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #6506AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6506AB is #9AF954. Grayscale: #343434. Windows color (decimal): -10156373 or 11208293. OLE color: 11208293.

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

Color convert

RGB 101 6 171 -
CMYK 0.41 0.96 0 0.33
HSL 274.55º 0.93% 0.35% -
HSV(B) 274.55º 0.96% 0.67% -
XYZ 12.78 5.84 38.98 -
YUV 53.22 194.47 162.08 -
System Red Green Blue C M Y K H S L
Decimal 101 6 171 0.41 0.96 0 0.33 274.55 0.93 0.35
Hex 65 6 AB 29 60 0 21 113 5D 23
Octal 145 6 253 51 140 0 41 423 135 43
Binary 1100101 110 10101011 101001 1100000 0 100001 100010011 1011101 100011

Color Harmonies of #6506AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6506AB

Black with #6506AB

Text Example


Text Example

White with #6506AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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