Html Css Color HEX #641FAB Purple Heart

📋 copy color: '#641FAB'

red 100 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #641FAB

Tints of Purple Heart #641FAB

RGB

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

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

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

R = 33.11%
G = 10.26%
B = 56.62%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#641FAB (or 0x641FAB) is known color: Purple Heart. HEX triplet: 64, 1F and AB. RGB value is (100,31,171). Sum of RGB (Red+Green+Blue) = 100+31+171=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #641FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FAB is #9BE054. Grayscale: #434343. Windows color (decimal): -10215509 or 11214692. OLE color: 11214692.

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

Color convert

RGB 100 31 171 -
CMYK 0.42 0.82 0 0.33
HSL 269.57º 0.69% 0.4% -
HSV(B) 269.57º 0.82% 0.67% -
XYZ 13.1 6.63 39.12 -
YUV 67.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 100 31 171 0.42 0.82 0 0.33 269.57 0.69 0.4
Hex 64 1F AB 2A 52 0 21 10E 45 28
Octal 144 37 253 52 122 0 41 416 105 50
Binary 1100100 11111 10101011 101010 1010010 0 100001 100001110 1000101 101000

Color Harmonies of #641FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FAB

Black with #641FAB

Text Example


Text Example

White with #641FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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