Html Css Color HEX #641AAC Purple Heart

📋 copy color: '#641AAC'

red 100 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #641AAC

Tints of Purple Heart #641AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 33.56%
G = 8.72%
B = 57.72%

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

#641AAC (or 0x641AAC) is known color: Purple Heart. HEX triplet: 64, 1A and AC. RGB value is (100,26,172). Sum of RGB (Red+Green+Blue) = 100+26+172=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #641AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641AAC is #9BE553. Grayscale: #404040. Windows color (decimal): -10216788 or 11278948. OLE color: 11278948.

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

Color convert

RGB 100 26 172 -
CMYK 0.42 0.85 0 0.33
HSL 270.41º 0.74% 0.39% -
HSV(B) 270.41º 0.85% 0.67% -
XYZ 13.07 6.43 39.58 -
YUV 64.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 100 26 172 0.42 0.85 0 0.33 270.41 0.74 0.39
Hex 64 1A AC 2A 55 0 21 10E 4A 27
Octal 144 32 254 52 125 0 41 416 112 47
Binary 1100100 11010 10101100 101010 1010101 0 100001 100001110 1001010 100111

Color Harmonies of #641AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AAC

Black with #641AAC

Text Example


Text Example

White with #641AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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