Html Css Color HEX #641AAD Purple Heart

📋 copy color: '#641AAD'

red 100 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #641AAD

Tints of Purple Heart #641AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 33.44%
G = 8.7%
B = 57.86%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#641AAD (or 0x641AAD) is known color: Purple Heart. HEX triplet: 64, 1A and AD. RGB value is (100,26,173). Sum of RGB (Red+Green+Blue) = 100+26+173=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #641AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641AAD is #9BE552. Grayscale: #404040. Windows color (decimal): -10216787 or 11344484. OLE color: 11344484.

HSL color Cylindrical-coordinate representation of color #641AAD: hue angle of 270.2º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641AAD is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 26 173 -
CMYK 0.42 0.85 0 0.32
HSL 270.2º 0.74% 0.39% -
HSV(B) 270.2º 0.85% 0.68% -
XYZ 13.17 6.47 40.09 -
YUV 64.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 100 26 173 0.42 0.85 0 0.32 270.2 0.74 0.39
Hex 64 1A AD 2A 55 0 20 10E 4A 27
Octal 144 32 255 52 125 0 40 416 112 47
Binary 1100100 11010 10101101 101010 1010101 0 100000 100001110 1001010 100111

Color Harmonies of #641AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AAD

Black with #641AAD

Text Example


Text Example

White with #641AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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