Html Css Color HEX #4018CE Purple Heart

📋 copy color: '#4018CE'

red 64 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #4018CE

Tints of Purple Heart #4018CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 21.77%
G = 8.16%
B = 70.07%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4018CE (or 0x4018CE) is known color: Purple Heart. HEX triplet: 40, 18 and CE. RGB value is (64,24,206). Sum of RGB (Red+Green+Blue) = 64+24+206=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #4018CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018CE is #BFE731. Grayscale: #383838. Windows color (decimal): -12576562 or 13506624. OLE color: 13506624.

HSL color Cylindrical-coordinate representation of color #4018CE: hue angle of 253.19º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4018CE is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 24 206 -
CMYK 0.69 0.88 0 0.19
HSL 253.19º 0.79% 0.45% -
HSV(B) 253.19º 0.88% 0.81% -
XYZ 13.58 6.2 58.87 -
YUV 56.71 212.25 133.2 -
System Red Green Blue C M Y K H S L
Decimal 64 24 206 0.69 0.88 0 0.19 253.19 0.79 0.45
Hex 40 18 CE 45 58 0 13 FD 4F 2D
Octal 100 30 316 105 130 0 23 375 117 55
Binary 1000000 11000 11001110 1000101 1011000 0 10011 11111101 1001111 101101

Color Harmonies of #4018CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018CE

Black with #4018CE

Text Example


Text Example

White with #4018CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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