Html Css Color HEX #4013BF Purple Heart

📋 copy color: '#4013BF'

red 64 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #4013BF

Tints of Purple Heart #4013BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.71%

R = 23.36%
G = 6.93%
B = 69.71%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4013BF (or 0x4013BF) is known color: Purple Heart. HEX triplet: 40, 13 and BF. RGB value is (64,19,191). Sum of RGB (Red+Green+Blue) = 64+19+191=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #4013BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013BF is #BFEC40. Grayscale: #333333. Windows color (decimal): -12577857 or 12522304. OLE color: 12522304.

HSL color Cylindrical-coordinate representation of color #4013BF: hue angle of 255.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4013BF is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 19 191 -
CMYK 0.66 0.90 0 0.25
HSL 255.7º 0.82% 0.41% -
HSV(B) 255.7º 0.9% 0.75% -
XYZ 11.75 5.32 49.7 -
YUV 52.06 206.41 136.51 -
System Red Green Blue C M Y K H S L
Decimal 64 19 191 0.66 0.90 0 0.25 255.7 0.82 0.41
Hex 40 13 BF 42 5A 0 19 100 52 29
Octal 100 23 277 102 132 0 31 400 122 51
Binary 1000000 10011 10111111 1000010 1011010 0 11001 100000000 1010010 101001

Color Harmonies of #4013BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4013BF

Black with #4013BF

Text Example


Text Example

White with #4013BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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