Html Css Color HEX #411FBC Purple Heart

📋 copy color: '#411FBC'

red 65 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #411FBC

Tints of Purple Heart #411FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 22.89%
G = 10.92%
B = 66.2%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#411FBC (or 0x411FBC) is known color: Purple Heart. HEX triplet: 41, 1F and BC. RGB value is (65,31,188). Sum of RGB (Red+Green+Blue) = 65+31+188=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #411FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FBC is #BEE043. Grayscale: #3A3A3A. Windows color (decimal): -12509252 or 12328769. OLE color: 12328769.

HSL color Cylindrical-coordinate representation of color #411FBC: hue angle of 252.99º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411FBC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 31 188 -
CMYK 0.65 0.84 0 0.26
HSL 252.99º 0.72% 0.43% -
HSV(B) 252.99º 0.84% 0.74% -
XYZ 11.75 5.73 48.06 -
YUV 59.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 65 31 188 0.65 0.84 0 0.26 252.99 0.72 0.43
Hex 41 1F BC 41 54 0 1A FD 48 2B
Octal 101 37 274 101 124 0 32 375 110 53
Binary 1000001 11111 10111100 1000001 1010100 0 11010 11111101 1001000 101011

Color Harmonies of #411FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FBC

Black with #411FBC

Text Example


Text Example

White with #411FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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