Html Css Color HEX #6509AB Purple Heart

📋 copy color: '#6509AB'

red 101 ◦ green 9 ◦ blue 171

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

Shades of Purple Heart #6509AB

Tints of Purple Heart #6509AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

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

R = 35.94%
G = 3.2%
B = 60.85%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6509AB (or 0x6509AB) is known color: Purple Heart. HEX triplet: 65, 09 and AB. RGB value is (101,9,171). Sum of RGB (Red+Green+Blue) = 101+9+171=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #6509AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6509AB is #9AF654. Grayscale: #363636. Windows color (decimal): -10155605 or 11209061. OLE color: 11209061.

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

Color convert

RGB 101 9 171 -
CMYK 0.41 0.95 0 0.33
HSL 274.07º 0.9% 0.35% -
HSV(B) 274.07º 0.95% 0.67% -
XYZ 12.82 5.9 38.99 -
YUV 54.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 101 9 171 0.41 0.95 0 0.33 274.07 0.9 0.35
Hex 65 9 AB 29 5F 0 21 112 5A 23
Octal 145 11 253 51 137 0 41 422 132 43
Binary 1100101 1001 10101011 101001 1011111 0 100001 100010010 1011010 100011

Color Harmonies of #6509AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6509AB

Black with #6509AB

Text Example


Text Example

White with #6509AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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