Html Css Color HEX #4013B1 Purple Heart

📋 copy color: '#4013B1'

red 64 ◦ green 19 ◦ blue 177

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

Shades of Purple Heart #4013B1

Tints of Purple Heart #4013B1

RGB

 RED value IS 64 (25.39% from 255) = 24.62%

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 24.62%
G = 7.31%
B = 68.08%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4013B1 (or 0x4013B1) is known color: Purple Heart. HEX triplet: 40, 13 and B1. RGB value is (64,19,177). Sum of RGB (Red+Green+Blue) = 64+19+177=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #4013B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4013B1 is #BFEC4E. Grayscale: #313131. Windows color (decimal): -12577871 or 11604800. OLE color: 11604800.

HSL color Cylindrical-coordinate representation of color #4013B1: hue angle of 257.09º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4013B1 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 19 177 -
CMYK 0.64 0.89 0 0.31
HSL 257.09º 0.81% 0.38% -
HSV(B) 257.09º 0.89% 0.69% -
XYZ 10.28 4.73 41.97 -
YUV 50.47 199.41 137.65 -
System Red Green Blue C M Y K H S L
Decimal 64 19 177 0.64 0.89 0 0.31 257.09 0.81 0.38
Hex 40 13 B1 40 59 0 1F 101 51 26
Octal 100 23 261 100 131 0 37 401 121 46
Binary 1000000 10011 10110001 1000000 1011001 0 11111 100000001 1010001 100110

Color Harmonies of #4013B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4013B1

Black with #4013B1

Text Example


Text Example

White with #4013B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4013B1; }

 p { color: rgb(64,19,177); }

 H1.HeaderClassName
 {
   color: #4013B1;
 }
 .AnyTagClassName
 {
   color: #4013B1;
 }
</style>

background-color css

<style>
 a { background-color: #4013B1; }

 a { background-color: rgb(64,19,177); }

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

border-color css

<style>
 span { border-color: #4013B1; }

 span { border-color: rgb(64,19,177); }

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