Html Css Color HEX #641FAF Purple Heart

📋 copy color: '#641FAF'

red 100 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #641FAF

Tints of Purple Heart #641FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.19%

R = 32.68%
G = 10.13%
B = 57.19%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#641FAF (or 0x641FAF) is known color: Purple Heart. HEX triplet: 64, 1F and AF. RGB value is (100,31,175). Sum of RGB (Red+Green+Blue) = 100+31+175=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #641FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FAF is #9BE050. Grayscale: #434343. Windows color (decimal): -10215505 or 11476836. OLE color: 11476836.

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

Color convert

RGB 100 31 175 -
CMYK 0.43 0.82 0 0.31
HSL 268.75º 0.7% 0.4% -
HSV(B) 268.75º 0.82% 0.69% -
XYZ 13.48 6.78 41.16 -
YUV 68.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 100 31 175 0.43 0.82 0 0.31 268.75 0.7 0.4
Hex 64 1F AF 2B 52 0 1F 10D 46 28
Octal 144 37 257 53 122 0 37 415 106 50
Binary 1100100 11111 10101111 101011 1010010 0 11111 100001101 1000110 101000

Color Harmonies of #641FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FAF

Black with #641FAF

Text Example


Text Example

White with #641FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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