Html Css Color HEX #411EBC Purple Heart

📋 copy color: '#411EBC'

red 65 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #411EBC

Tints of Purple Heart #411EBC

RGB

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

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

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

R = 22.97%
G = 10.6%
B = 66.43%

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

#411EBC (or 0x411EBC) is known color: Purple Heart. HEX triplet: 41, 1E and BC. RGB value is (65,30,188). Sum of RGB (Red+Green+Blue) = 65+30+188=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #411EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411EBC is #BEE143. Grayscale: #393939. Windows color (decimal): -12509508 or 12328513. OLE color: 12328513.

HSL color Cylindrical-coordinate representation of color #411EBC: hue angle of 253.29º 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 #411EBC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 30 188 -
CMYK 0.65 0.84 0 0.26
HSL 253.29º 0.72% 0.43% -
HSV(B) 253.29º 0.84% 0.74% -
XYZ 11.72 5.68 48.06 -
YUV 58.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 65 30 188 0.65 0.84 0 0.26 253.29 0.72 0.43
Hex 41 1E BC 41 54 0 1A FD 48 2B
Octal 101 36 274 101 124 0 32 375 110 53
Binary 1000001 11110 10111100 1000001 1010100 0 11010 11111101 1001000 101011

Color Harmonies of #411EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411EBC

Black with #411EBC

Text Example


Text Example

White with #411EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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