Html Css Color HEX #410FAE Purple Heart

📋 copy color: '#410FAE'

red 65 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #410FAE

Tints of Purple Heart #410FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

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

R = 25.59%
G = 5.91%
B = 68.5%

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

#410FAE (or 0x410FAE) is known color: Purple Heart. HEX triplet: 41, 0F and AE. RGB value is (65,15,174). Sum of RGB (Red+Green+Blue) = 65+15+174=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #410FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410FAE is #BEF051. Grayscale: #2F2F2F. Windows color (decimal): -12513362 or 11407169. OLE color: 11407169.

HSL color Cylindrical-coordinate representation of color #410FAE: hue angle of 258.87º degrees, saturation: 0.84, 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 #410FAE is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 15 174 -
CMYK 0.63 0.91 0 0.32
HSL 258.87º 0.84% 0.37% -
HSV(B) 258.87º 0.91% 0.68% -
XYZ 9.99 4.52 40.39 -
YUV 48.08 199.07 140.07 -
System Red Green Blue C M Y K H S L
Decimal 65 15 174 0.63 0.91 0 0.32 258.87 0.84 0.37
Hex 41 F AE 3F 5B 0 20 103 54 25
Octal 101 17 256 77 133 0 40 403 124 45
Binary 1000001 1111 10101110 111111 1011011 0 100000 100000011 1010100 100101

Color Harmonies of #410FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FAE

Black with #410FAE

Text Example


Text Example

White with #410FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410FAE; }

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

 H1.HeaderClassName
 {
   color: #410FAE;
 }
 .AnyTagClassName
 {
   color: #410FAE;
 }
</style>

background-color css

<style>
 a { background-color: #410FAE; }

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

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

border-color css

<style>
 span { border-color: #410FAE; }

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

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