Html Css Color HEX #651AAB Purple Heart

📋 copy color: '#651AAB'

red 101 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #651AAB

Tints of Purple Heart #651AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

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

R = 33.89%
G = 8.72%
B = 57.38%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#651AAB (or 0x651AAB) is known color: Purple Heart. HEX triplet: 65, 1A and AB. RGB value is (101,26,171). Sum of RGB (Red+Green+Blue) = 101+26+171=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #651AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651AAB is #9AE554. Grayscale: #404040. Windows color (decimal): -10151253 or 11213413. OLE color: 11213413.

HSL color Cylindrical-coordinate representation of color #651AAB: hue angle of 271.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651AAB is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 26 171 -
CMYK 0.41 0.85 0 0.33
HSL 271.03º 0.74% 0.39% -
HSV(B) 271.03º 0.85% 0.67% -
XYZ 13.09 6.45 39.08 -
YUV 64.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 101 26 171 0.41 0.85 0 0.33 271.03 0.74 0.39
Hex 65 1A AB 29 55 0 21 10F 4A 27
Octal 145 32 253 51 125 0 41 417 112 47
Binary 1100101 11010 10101011 101001 1010101 0 100001 100001111 1001010 100111

Color Harmonies of #651AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651AAB

Black with #651AAB

Text Example


Text Example

White with #651AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651AAB; }

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

 H1.HeaderClassName
 {
   color: #651AAB;
 }
 .AnyTagClassName
 {
   color: #651AAB;
 }
</style>

background-color css

<style>
 a { background-color: #651AAB; }

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

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

border-color css

<style>
 span { border-color: #651AAB; }

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

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