Html Css Color HEX #411EB0 Purple Heart

📋 copy color: '#411EB0'

red 65 ◦ green 30 ◦ blue 176

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

Shades of Purple Heart #411EB0

Tints of Purple Heart #411EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.94%

R = 23.99%
G = 11.07%
B = 64.94%

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

#411EB0 (or 0x411EB0) is known color: Purple Heart. HEX triplet: 41, 1E and B0. RGB value is (65,30,176). Sum of RGB (Red+Green+Blue) = 65+30+176=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #411EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411EB0 is #BEE14F. Grayscale: #383838. Windows color (decimal): -12509520 or 11542081. OLE color: 11542081.

HSL color Cylindrical-coordinate representation of color #411EB0: hue angle of 254.38º 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 #411EB0 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 30 176 -
CMYK 0.63 0.83 0 0.31
HSL 254.38º 0.71% 0.4% -
HSV(B) 254.38º 0.83% 0.69% -
XYZ 10.48 5.19 41.52 -
YUV 57.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 65 30 176 0.63 0.83 0 0.31 254.38 0.71 0.4
Hex 41 1E B0 3F 53 0 1F FE 47 28
Octal 101 36 260 77 123 0 37 376 107 50
Binary 1000001 11110 10110000 111111 1010011 0 11111 11111110 1000111 101000

Color Harmonies of #411EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EB0

Black with #411EB0

Text Example


Text Example

White with #411EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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