Html Css Color HEX #411BD0 Purple Heart

📋 copy color: '#411BD0'

red 65 ◦ green 27 ◦ blue 208

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

Shades of Purple Heart #411BD0

Tints of Purple Heart #411BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 69.33%

R = 21.67%
G = 9%
B = 69.33%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#411BD0 (or 0x411BD0) is known color: Purple Heart. HEX triplet: 41, 1B and D0. RGB value is (65,27,208). Sum of RGB (Red+Green+Blue) = 65+27+208=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 208 (81.64% from 255 or 69.33% from 300); Max value from RGB is 208 - color contains mainly: blue. Hex color #411BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BD0 is #BEE42F. Grayscale: #3A3A3A. Windows color (decimal): -12510256 or 13638465. OLE color: 13638465.

HSL color Cylindrical-coordinate representation of color #411BD0: hue angle of 252.6º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411BD0 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 27 208 -
CMYK 0.69 0.87 0 0.18
HSL 252.6º 0.77% 0.46% -
HSV(B) 252.6º 0.87% 0.82% -
XYZ 13.96 6.46 60.19 -
YUV 59 212.09 132.28 -
System Red Green Blue C M Y K H S L
Decimal 65 27 208 0.69 0.87 0 0.18 252.6 0.77 0.46
Hex 41 1B D0 45 57 0 12 FD 4D 2E
Octal 101 33 320 105 127 0 22 375 115 56
Binary 1000001 11011 11010000 1000101 1010111 0 10010 11111101 1001101 101110

Color Harmonies of #411BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BD0

Black with #411BD0

Text Example


Text Example

White with #411BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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