Html Css Color HEX #641EB4 Purple Heart

📋 copy color: '#641EB4'

red 100 ◦ green 30 ◦ blue 180

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

Shades of Purple Heart #641EB4

Tints of Purple Heart #641EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.06%

R = 32.26%
G = 9.68%
B = 58.06%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#641EB4 (or 0x641EB4) is known color: Purple Heart. HEX triplet: 64, 1E and B4. RGB value is (100,30,180). Sum of RGB (Red+Green+Blue) = 100+30+180=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #641EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EB4 is #9BE14B. Grayscale: #434343. Windows color (decimal): -10215756 or 11804260. OLE color: 11804260.

HSL color Cylindrical-coordinate representation of color #641EB4: hue angle of 268º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641EB4 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 30 180 -
CMYK 0.44 0.83 0 0.29
HSL 268º 0.71% 0.41% -
HSV(B) 268º 0.83% 0.71% -
XYZ 13.96 6.93 43.78 -
YUV 68.03 191.19 150.8 -
System Red Green Blue C M Y K H S L
Decimal 100 30 180 0.44 0.83 0 0.29 268 0.71 0.41
Hex 64 1E B4 2C 53 0 1D 10C 47 29
Octal 144 36 264 54 123 0 35 414 107 51
Binary 1100100 11110 10110100 101100 1010011 0 11101 100001100 1000111 101001

Color Harmonies of #641EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EB4

Black with #641EB4

Text Example


Text Example

White with #641EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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