Html Css Color HEX #411EAF Purple Heart

📋 copy color: '#411EAF'

red 65 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #411EAF

Tints of Purple Heart #411EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

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

R = 24.07%
G = 11.11%
B = 64.81%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#411EAF (or 0x411EAF) is known color: Purple Heart. HEX triplet: 41, 1E and AF. RGB value is (65,30,175). Sum of RGB (Red+Green+Blue) = 65+30+175=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #411EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411EAF is #BEE150. Grayscale: #383838. Windows color (decimal): -12509521 or 11476545. OLE color: 11476545.

HSL color Cylindrical-coordinate representation of color #411EAF: hue angle of 254.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411EAF is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 30 175 -
CMYK 0.63 0.83 0 0.31
HSL 254.48º 0.71% 0.4% -
HSV(B) 254.48º 0.83% 0.69% -
XYZ 10.38 5.15 41 -
YUV 57 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 65 30 175 0.63 0.83 0 0.31 254.48 0.71 0.4
Hex 41 1E AF 3F 53 0 1F FE 47 28
Octal 101 36 257 77 123 0 37 376 107 50
Binary 1000001 11110 10101111 111111 1010011 0 11111 11111110 1000111 101000

Color Harmonies of #411EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EAF

Black with #411EAF

Text Example


Text Example

White with #411EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411EAF; }

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

 H1.HeaderClassName
 {
   color: #411EAF;
 }
 .AnyTagClassName
 {
   color: #411EAF;
 }
</style>

background-color css

<style>
 a { background-color: #411EAF; }

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

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

border-color css

<style>
 span { border-color: #411EAF; }

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

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