Html Css Color HEX #4118CE Purple Heart

📋 copy color: '#4118CE'

red 65 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #4118CE

Tints of Purple Heart #4118CE

RGB

 RED value IS 65 (25.78% from 255) = 22.03%

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

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

R = 22.03%
G = 8.14%
B = 69.83%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4118CE (or 0x4118CE) is known color: Purple Heart. HEX triplet: 41, 18 and CE. RGB value is (65,24,206). Sum of RGB (Red+Green+Blue) = 65+24+206=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4118CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4118CE is #BEE731. Grayscale: #383838. Windows color (decimal): -12511026 or 13506625. OLE color: 13506625.

HSL color Cylindrical-coordinate representation of color #4118CE: hue angle of 253.52º 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 #4118CE is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 24 206 -
CMYK 0.68 0.88 0 0.19
HSL 253.52º 0.79% 0.45% -
HSV(B) 253.52º 0.88% 0.81% -
XYZ 13.65 6.23 58.88 -
YUV 57.01 212.08 133.7 -
System Red Green Blue C M Y K H S L
Decimal 65 24 206 0.68 0.88 0 0.19 253.52 0.79 0.45
Hex 41 18 CE 44 58 0 13 FE 4F 2D
Octal 101 30 316 104 130 0 23 376 117 55
Binary 1000001 11000 11001110 1000100 1011000 0 10011 11111110 1001111 101101

Color Harmonies of #4118CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4118CE

Black with #4118CE

Text Example


Text Example

White with #4118CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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