Html Css Color HEX #641FB1 Purple Heart

📋 copy color: '#641FB1'

red 100 ◦ green 31 ◦ blue 177

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

Shades of Purple Heart #641FB1

Tints of Purple Heart #641FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 57.47%

R = 32.47%
G = 10.06%
B = 57.47%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#641FB1 (or 0x641FB1) is known color: Purple Heart. HEX triplet: 64, 1F and B1. RGB value is (100,31,177). Sum of RGB (Red+Green+Blue) = 100+31+177=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #641FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FB1 is #9BE04E. Grayscale: #434343. Windows color (decimal): -10215503 or 11607908. OLE color: 11607908.

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

Color convert

RGB 100 31 177 -
CMYK 0.44 0.82 0 0.31
HSL 268.36º 0.7% 0.41% -
HSV(B) 268.36º 0.82% 0.69% -
XYZ 13.68 6.86 42.2 -
YUV 68.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 100 31 177 0.44 0.82 0 0.31 268.36 0.7 0.41
Hex 64 1F B1 2C 52 0 1F 10C 46 29
Octal 144 37 261 54 122 0 37 414 106 51
Binary 1100100 11111 10110001 101100 1010010 0 11111 100001100 1000110 101001

Color Harmonies of #641FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FB1

Black with #641FB1

Text Example


Text Example

White with #641FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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