Html Css Color HEX #4018BB Purple Heart

📋 copy color: '#4018BB'

red 64 ◦ green 24 ◦ blue 187

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

Shades of Purple Heart #4018BB

Tints of Purple Heart #4018BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68%

R = 23.27%
G = 8.73%
B = 68%

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

#4018BB (or 0x4018BB) is known color: Purple Heart. HEX triplet: 40, 18 and BB. RGB value is (64,24,187). Sum of RGB (Red+Green+Blue) = 64+24+187=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #4018BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018BB is #BFE744. Grayscale: #353535. Windows color (decimal): -12576581 or 12261440. OLE color: 12261440.

HSL color Cylindrical-coordinate representation of color #4018BB: hue angle of 254.72º 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 #4018BB is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 24 187 -
CMYK 0.66 0.87 0 0.27
HSL 254.72º 0.77% 0.41% -
HSV(B) 254.72º 0.87% 0.73% -
XYZ 11.41 5.33 47.44 -
YUV 54.54 202.75 134.75 -
System Red Green Blue C M Y K H S L
Decimal 64 24 187 0.66 0.87 0 0.27 254.72 0.77 0.41
Hex 40 18 BB 42 57 0 1B FF 4D 29
Octal 100 30 273 102 127 0 33 377 115 51
Binary 1000000 11000 10111011 1000010 1010111 0 11011 11111111 1001101 101001

Color Harmonies of #4018BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018BB

Black with #4018BB

Text Example


Text Example

White with #4018BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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