Html Css Color HEX #411AC1 Purple Heart

📋 copy color: '#411AC1'

red 65 ◦ green 26 ◦ blue 193

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

Shades of Purple Heart #411AC1

Tints of Purple Heart #411AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 67.96%

R = 22.89%
G = 9.15%
B = 67.96%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#411AC1 (or 0x411AC1) is known color: Purple Heart. HEX triplet: 41, 1A and C1. RGB value is (65,26,193). Sum of RGB (Red+Green+Blue) = 65+26+193=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #411AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AC1 is #BEE53E. Grayscale: #383838. Windows color (decimal): -12510527 or 12655169. OLE color: 12655169.

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

Color convert

RGB 65 26 193 -
CMYK 0.66 0.87 0 0.24
HSL 254.01º 0.76% 0.43% -
HSV(B) 254.01º 0.87% 0.76% -
XYZ 12.18 5.71 50.91 -
YUV 56.7 204.92 133.92 -
System Red Green Blue C M Y K H S L
Decimal 65 26 193 0.66 0.87 0 0.24 254.01 0.76 0.43
Hex 41 1A C1 42 57 0 18 FE 4C 2B
Octal 101 32 301 102 127 0 30 376 114 53
Binary 1000001 11010 11000001 1000010 1010111 0 11000 11111110 1001100 101011

Color Harmonies of #411AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411AC1

Black with #411AC1

Text Example


Text Example

White with #411AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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