Html Css Color HEX #4018BE Purple Heart

📋 copy color: '#4018BE'

red 64 ◦ green 24 ◦ blue 190

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

Shades of Purple Heart #4018BE

Tints of Purple Heart #4018BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.35%

R = 23.02%
G = 8.63%
B = 68.35%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4018BE (or 0x4018BE) is known color: Purple Heart. HEX triplet: 40, 18 and BE. RGB value is (64,24,190). Sum of RGB (Red+Green+Blue) = 64+24+190=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #4018BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018BE is #BFE741. Grayscale: #363636. Windows color (decimal): -12576578 or 12458048. OLE color: 12458048.

HSL color Cylindrical-coordinate representation of color #4018BE: hue angle of 254.46º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4018BE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 24 190 -
CMYK 0.66 0.87 0 0.25
HSL 254.46º 0.78% 0.42% -
HSV(B) 254.46º 0.87% 0.75% -
XYZ 11.74 5.46 49.15 -
YUV 54.88 204.25 134.5 -
System Red Green Blue C M Y K H S L
Decimal 64 24 190 0.66 0.87 0 0.25 254.46 0.78 0.42
Hex 40 18 BE 42 57 0 19 FE 4E 2A
Octal 100 30 276 102 127 0 31 376 116 52
Binary 1000000 11000 10111110 1000010 1010111 0 11001 11111110 1001110 101010

Color Harmonies of #4018BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018BE

Black with #4018BE

Text Example


Text Example

White with #4018BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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