Html Css Color HEX #641BAA Purple Heart

📋 copy color: '#641BAA'

red 100 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #641BAA

Tints of Purple Heart #641BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 33.67%
G = 9.09%
B = 57.24%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#641BAA (or 0x641BAA) is known color: Purple Heart. HEX triplet: 64, 1B and AA. RGB value is (100,27,170). Sum of RGB (Red+Green+Blue) = 100+27+170=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #641BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641BAA is #9BE455. Grayscale: #404040. Windows color (decimal): -10216534 or 11148132. OLE color: 11148132.

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

Color convert

RGB 100 27 170 -
CMYK 0.41 0.84 0 0.33
HSL 270.63º 0.73% 0.39% -
HSV(B) 270.63º 0.84% 0.67% -
XYZ 12.9 6.4 38.58 -
YUV 65.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 100 27 170 0.41 0.84 0 0.33 270.63 0.73 0.39
Hex 64 1B AA 29 54 0 21 10F 49 27
Octal 144 33 252 51 124 0 41 417 111 47
Binary 1100100 11011 10101010 101001 1010100 0 100001 100001111 1001001 100111

Color Harmonies of #641BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BAA

Black with #641BAA

Text Example


Text Example

White with #641BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,27,170); }

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

background-color css

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

 a { background-color: rgb(100,27,170); }

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

border-color css

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

 span { border-color: rgb(100,27,170); }

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