Html Css Color HEX #6507AB Purple Heart

📋 copy color: '#6507AB'

red 101 ◦ green 7 ◦ blue 171

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

Shades of Purple Heart #6507AB

Tints of Purple Heart #6507AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

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

R = 36.2%
G = 2.51%
B = 61.29%

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

#6507AB (or 0x6507AB) is known color: Purple Heart. HEX triplet: 65, 07 and AB. RGB value is (101,7,171). Sum of RGB (Red+Green+Blue) = 101+7+171=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #6507AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6507AB is #9AF854. Grayscale: #353535. Windows color (decimal): -10156117 or 11208549. OLE color: 11208549.

HSL color Cylindrical-coordinate representation of color #6507AB: hue angle of 274.39º degrees, saturation: 0.92, 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 #6507AB is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 7 171 -
CMYK 0.41 0.96 0 0.33
HSL 274.39º 0.92% 0.35% -
HSV(B) 274.39º 0.96% 0.67% -
XYZ 12.79 5.86 38.98 -
YUV 53.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 101 7 171 0.41 0.96 0 0.33 274.39 0.92 0.35
Hex 65 7 AB 29 60 0 21 112 5C 23
Octal 145 7 253 51 140 0 41 422 134 43
Binary 1100101 111 10101011 101001 1100000 0 100001 100010010 1011100 100011

Color Harmonies of #6507AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6507AB

Black with #6507AB

Text Example


Text Example

White with #6507AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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