Html Css Color HEX #641FAE Purple Heart

📋 copy color: '#641FAE'

red 100 ◦ green 31 ◦ blue 174

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

Shades of Purple Heart #641FAE

Tints of Purple Heart #641FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 32.79%
G = 10.16%
B = 57.05%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#641FAE (or 0x641FAE) is known color: Purple Heart. HEX triplet: 64, 1F and AE. RGB value is (100,31,174). Sum of RGB (Red+Green+Blue) = 100+31+174=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #641FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FAE is #9BE051. Grayscale: #434343. Windows color (decimal): -10215506 or 11411300. OLE color: 11411300.

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

Color convert

RGB 100 31 174 -
CMYK 0.43 0.82 0 0.32
HSL 268.95º 0.7% 0.4% -
HSV(B) 268.95º 0.82% 0.68% -
XYZ 13.39 6.75 40.64 -
YUV 67.93 187.86 150.87 -
System Red Green Blue C M Y K H S L
Decimal 100 31 174 0.43 0.82 0 0.32 268.95 0.7 0.4
Hex 64 1F AE 2B 52 0 20 10D 46 28
Octal 144 37 256 53 122 0 40 415 106 50
Binary 1100100 11111 10101110 101011 1010010 0 100000 100001101 1000110 101000

Color Harmonies of #641FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FAE

Black with #641FAE

Text Example


Text Example

White with #641FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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