Html Css Color HEX #641AAB Purple Heart

📋 copy color: '#641AAB'

red 100 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #641AAB

Tints of Purple Heart #641AAB

RGB

 RED value IS 100 (39.45% from 255) = 33.67%

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

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

R = 33.67%
G = 8.75%
B = 57.58%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#641AAB (or 0x641AAB) is known color: Purple Heart. HEX triplet: 64, 1A and AB. RGB value is (100,26,171). Sum of RGB (Red+Green+Blue) = 100+26+171=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #641AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641AAB is #9BE554. Grayscale: #404040. Windows color (decimal): -10216789 or 11213412. OLE color: 11213412.

HSL color Cylindrical-coordinate representation of color #641AAB: hue angle of 270.62º 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 #641AAB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 26 171 -
CMYK 0.42 0.85 0 0.33
HSL 270.62º 0.74% 0.39% -
HSV(B) 270.62º 0.85% 0.67% -
XYZ 12.98 6.39 39.08 -
YUV 64.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 100 26 171 0.42 0.85 0 0.33 270.62 0.74 0.39
Hex 64 1A AB 2A 55 0 21 10F 4A 27
Octal 144 32 253 52 125 0 41 417 112 47
Binary 1100100 11010 10101011 101010 1010101 0 100001 100001111 1001010 100111

Color Harmonies of #641AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AAB

Black with #641AAB

Text Example


Text Example

White with #641AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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