Html Css Color HEX #4118AF Purple Heart

📋 copy color: '#4118AF'

red 65 ◦ green 24 ◦ blue 175

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

Shades of Purple Heart #4118AF

Tints of Purple Heart #4118AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 66.29%

R = 24.62%
G = 9.09%
B = 66.29%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4118AF (or 0x4118AF) is known color: Purple Heart. HEX triplet: 41, 18 and AF. RGB value is (65,24,175). Sum of RGB (Red+Green+Blue) = 65+24+175=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #4118AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4118AF is #BEE750. Grayscale: #343434. Windows color (decimal): -12511057 or 11475009. OLE color: 11475009.

HSL color Cylindrical-coordinate representation of color #4118AF: hue angle of 256.29º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4118AF is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 24 175 -
CMYK 0.63 0.86 0 0.31
HSL 256.29º 0.76% 0.39% -
HSV(B) 256.29º 0.86% 0.69% -
XYZ 10.24 4.87 40.96 -
YUV 53.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 65 24 175 0.63 0.86 0 0.31 256.29 0.76 0.39
Hex 41 18 AF 3F 56 0 1F 100 4C 27
Octal 101 30 257 77 126 0 37 400 114 47
Binary 1000001 11000 10101111 111111 1010110 0 11111 100000000 1001100 100111

Color Harmonies of #4118AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4118AF

Black with #4118AF

Text Example


Text Example

White with #4118AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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