Html Css Color HEX #411BB6 Purple Heart

📋 copy color: '#411BB6'

red 65 ◦ green 27 ◦ blue 182

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

Shades of Purple Heart #411BB6

Tints of Purple Heart #411BB6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.85%

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

R = 23.72%
G = 9.85%
B = 66.42%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#411BB6 (or 0x411BB6) is known color: Purple Heart. HEX triplet: 41, 1B and B6. RGB value is (65,27,182). Sum of RGB (Red+Green+Blue) = 65+27+182=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 182 (71.48% from 255 or 66.42% from 274); Max value from RGB is 182 - color contains mainly: blue. Hex color #411BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BB6 is #BEE449. Grayscale: #373737. Windows color (decimal): -12510282 or 11934529. OLE color: 11934529.

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

Color convert

RGB 65 27 182 -
CMYK 0.64 0.85 0 0.29
HSL 254.71º 0.74% 0.41% -
HSV(B) 254.71º 0.85% 0.71% -
XYZ 11.02 5.29 44.7 -
YUV 56.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 65 27 182 0.64 0.85 0 0.29 254.71 0.74 0.41
Hex 41 1B B6 40 55 0 1D FF 4A 29
Octal 101 33 266 100 125 0 35 377 112 51
Binary 1000001 11011 10110110 1000000 1010101 0 11101 11111111 1001010 101001

Color Harmonies of #411BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BB6

Black with #411BB6

Text Example


Text Example

White with #411BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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