Html Css Color HEX #411AC0 Purple Heart

📋 copy color: '#411AC0'

red 65 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #411AC0

Tints of Purple Heart #411AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

 BLUE value IS 192 (75.39% from 255) = 67.84%

R = 22.97%
G = 9.19%
B = 67.84%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#411AC0 (or 0x411AC0) is known color: Purple Heart. HEX triplet: 41, 1A and C0. RGB value is (65,26,192). Sum of RGB (Red+Green+Blue) = 65+26+192=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 192 (75.39% from 255 or 67.84% from 283); Max value from RGB is 192 - color contains mainly: blue. Hex color #411AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AC0 is #BEE53F. Grayscale: #373737. Windows color (decimal): -12510528 or 12589633. OLE color: 12589633.

HSL color Cylindrical-coordinate representation of color #411AC0: hue angle of 254.1º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411AC0 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 26 192 -
CMYK 0.66 0.86 0 0.25
HSL 254.1º 0.76% 0.43% -
HSV(B) 254.1º 0.86% 0.75% -
XYZ 12.06 5.67 50.33 -
YUV 56.59 204.42 134 -
System Red Green Blue C M Y K H S L
Decimal 65 26 192 0.66 0.86 0 0.25 254.1 0.76 0.43
Hex 41 1A C0 42 56 0 19 FE 4C 2B
Octal 101 32 300 102 126 0 31 376 114 53
Binary 1000001 11010 11000000 1000010 1010110 0 11001 11111110 1001100 101011

Color Harmonies of #411AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AC0

Black with #411AC0

Text Example


Text Example

White with #411AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,192); }

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

background-color css

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

 a { background-color: rgb(65,26,192); }

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

border-color css

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

 span { border-color: rgb(65,26,192); }

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