Html Css Color HEX #641FAA Purple Heart

📋 copy color: '#641FAA'

red 100 ◦ green 31 ◦ blue 170

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

Shades of Purple Heart #641FAA

Tints of Purple Heart #641FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

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

R = 33.22%
G = 10.3%
B = 56.48%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#641FAA (or 0x641FAA) is known color: Purple Heart. HEX triplet: 64, 1F and AA. RGB value is (100,31,170). Sum of RGB (Red+Green+Blue) = 100+31+170=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #641FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FAA is #9BE055. Grayscale: #424242. Windows color (decimal): -10215510 or 11149156. OLE color: 11149156.

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

Color convert

RGB 100 31 170 -
CMYK 0.41 0.82 0 0.33
HSL 269.78º 0.69% 0.39% -
HSV(B) 269.78º 0.82% 0.67% -
XYZ 13 6.59 38.62 -
YUV 67.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 100 31 170 0.41 0.82 0 0.33 269.78 0.69 0.39
Hex 64 1F AA 29 52 0 21 10E 45 27
Octal 144 37 252 51 122 0 41 416 105 47
Binary 1100100 11111 10101010 101001 1010010 0 100001 100001110 1000101 100111

Color Harmonies of #641FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FAA

Black with #641FAA

Text Example


Text Example

White with #641FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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