Html Css Color HEX #641EAF Purple Heart

📋 copy color: '#641EAF'

red 100 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #641EAF

Tints of Purple Heart #641EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.84%

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

R = 32.79%
G = 9.84%
B = 57.38%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#641EAF (or 0x641EAF) is known color: Purple Heart. HEX triplet: 64, 1E and AF. RGB value is (100,30,175). Sum of RGB (Red+Green+Blue) = 100+30+175=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #641EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641EAF is #9BE150. Grayscale: #424242. Windows color (decimal): -10215761 or 11476580. OLE color: 11476580.

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

Color convert

RGB 100 30 175 -
CMYK 0.43 0.83 0 0.31
HSL 268.97º 0.71% 0.4% -
HSV(B) 268.97º 0.83% 0.69% -
XYZ 13.46 6.73 41.15 -
YUV 67.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 100 30 175 0.43 0.83 0 0.31 268.97 0.71 0.4
Hex 64 1E AF 2B 53 0 1F 10D 47 28
Octal 144 36 257 53 123 0 37 415 107 50
Binary 1100100 11110 10101111 101011 1010011 0 11111 100001101 1000111 101000

Color Harmonies of #641EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EAF

Black with #641EAF

Text Example


Text Example

White with #641EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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