Html Css Color HEX #411FB6 Purple Heart

📋 copy color: '#411FB6'

red 65 ◦ green 31 ◦ blue 182

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

Shades of Purple Heart #411FB6

Tints of Purple Heart #411FB6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.15%

 BLUE value IS 182 (71.48% from 255) = 65.47%

R = 23.38%
G = 11.15%
B = 65.47%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#411FB6 (or 0x411FB6) is known color: Purple Heart. HEX triplet: 41, 1F and B6. RGB value is (65,31,182). Sum of RGB (Red+Green+Blue) = 65+31+182=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #411FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FB6 is #BEE049. Grayscale: #393939. Windows color (decimal): -12509258 or 11935553. OLE color: 11935553.

HSL color Cylindrical-coordinate representation of color #411FB6: hue angle of 253.51º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411FB6 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 31 182 -
CMYK 0.64 0.83 0 0.29
HSL 253.51º 0.71% 0.42% -
HSV(B) 253.51º 0.83% 0.71% -
XYZ 11.11 5.48 44.73 -
YUV 58.38 197.76 132.72 -
System Red Green Blue C M Y K H S L
Decimal 65 31 182 0.64 0.83 0 0.29 253.51 0.71 0.42
Hex 41 1F B6 40 53 0 1D FE 47 2A
Octal 101 37 266 100 123 0 35 376 107 52
Binary 1000001 11111 10110110 1000000 1010011 0 11101 11111110 1000111 101010

Color Harmonies of #411FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FB6

Black with #411FB6

Text Example


Text Example

White with #411FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,31,182); }

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

background-color css

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

 a { background-color: rgb(65,31,182); }

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

border-color css

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

 span { border-color: rgb(65,31,182); }

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