Html Css Color HEX #4110AE Purple Heart

📋 copy color: '#4110AE'

red 65 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #4110AE

Tints of Purple Heart #4110AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 25.49%
G = 6.27%
B = 68.24%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4110AE (or 0x4110AE) is known color: Purple Heart. HEX triplet: 41, 10 and AE. RGB value is (65,16,174). Sum of RGB (Red+Green+Blue) = 65+16+174=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #4110AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4110AE is #BEEF51. Grayscale: #303030. Windows color (decimal): -12513106 or 11407425. OLE color: 11407425.

HSL color Cylindrical-coordinate representation of color #4110AE: hue angle of 258.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4110AE is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 16 174 -
CMYK 0.63 0.91 0 0.32
HSL 258.61º 0.83% 0.37% -
HSV(B) 258.61º 0.91% 0.68% -
XYZ 10.01 4.55 40.4 -
YUV 48.66 198.73 139.65 -
System Red Green Blue C M Y K H S L
Decimal 65 16 174 0.63 0.91 0 0.32 258.61 0.83 0.37
Hex 41 10 AE 3F 5B 0 20 103 53 25
Octal 101 20 256 77 133 0 40 403 123 45
Binary 1000001 10000 10101110 111111 1011011 0 100000 100000011 1010011 100101

Color Harmonies of #4110AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4110AE

Black with #4110AE

Text Example


Text Example

White with #4110AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4110AE; }

 p { color: rgb(65,16,174); }

 H1.HeaderClassName
 {
   color: #4110AE;
 }
 .AnyTagClassName
 {
   color: #4110AE;
 }
</style>

background-color css

<style>
 a { background-color: #4110AE; }

 a { background-color: rgb(65,16,174); }

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

border-color css

<style>
 span { border-color: #4110AE; }

 span { border-color: rgb(65,16,174); }

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