Html Css Color HEX #4018BA Purple Heart

📋 copy color: '#4018BA'

red 64 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #4018BA

Tints of Purple Heart #4018BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 23.36%
G = 8.76%
B = 67.88%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4018BA (or 0x4018BA) is known color: Purple Heart. HEX triplet: 40, 18 and BA. RGB value is (64,24,186). Sum of RGB (Red+Green+Blue) = 64+24+186=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #4018BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018BA is #BFE745. Grayscale: #353535. Windows color (decimal): -12576582 or 12195904. OLE color: 12195904.

HSL color Cylindrical-coordinate representation of color #4018BA: hue angle of 254.81º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4018BA is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 24 186 -
CMYK 0.66 0.87 0 0.27
HSL 254.81º 0.77% 0.41% -
HSV(B) 254.81º 0.87% 0.73% -
XYZ 11.3 5.29 46.88 -
YUV 54.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 64 24 186 0.66 0.87 0 0.27 254.81 0.77 0.41
Hex 40 18 BA 42 57 0 1B FF 4D 29
Octal 100 30 272 102 127 0 33 377 115 51
Binary 1000000 11000 10111010 1000010 1010111 0 11011 11111111 1001101 101001

Color Harmonies of #4018BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018BA

Black with #4018BA

Text Example


Text Example

White with #4018BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4018BA; }

 p { color: rgb(64,24,186); }

 H1.HeaderClassName
 {
   color: #4018BA;
 }
 .AnyTagClassName
 {
   color: #4018BA;
 }
</style>

background-color css

<style>
 a { background-color: #4018BA; }

 a { background-color: rgb(64,24,186); }

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

border-color css

<style>
 span { border-color: #4018BA; }

 span { border-color: rgb(64,24,186); }

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