Html Css Color HEX #410EC1 Purple Heart

📋 copy color: '#410EC1'

red 65 ◦ green 14 ◦ blue 193

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

Shades of Purple Heart #410EC1

Tints of Purple Heart #410EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

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

R = 23.9%
G = 5.15%
B = 70.96%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#410EC1 (or 0x410EC1) is known color: Purple Heart. HEX triplet: 41, 0E and C1. RGB value is (65,14,193). Sum of RGB (Red+Green+Blue) = 65+14+193=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #410EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EC1 is #BEF13E. Grayscale: #303030. Windows color (decimal): -12513599 or 12652097. OLE color: 12652097.

HSL color Cylindrical-coordinate representation of color #410EC1: hue angle of 257.09º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410EC1 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 14 193 -
CMYK 0.66 0.93 0 0.24
HSL 257.1º 0.86% 0.41% -
HSV(B) 257.1º 0.93% 0.76% -
XYZ 11.96 5.29 50.84 -
YUV 49.66 208.9 138.95 -
System Red Green Blue C M Y K H S L
Decimal 65 14 193 0.66 0.93 0 0.24 257.1 0.86 0.41
Hex 41 E C1 42 5D 0 18 101 56 29
Octal 101 16 301 102 135 0 30 401 126 51
Binary 1000001 1110 11000001 1000010 1011101 0 11000 100000001 1010110 101001

Color Harmonies of #410EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EC1

Black with #410EC1

Text Example


Text Example

White with #410EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410EC1; }

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

 H1.HeaderClassName
 {
   color: #410EC1;
 }
 .AnyTagClassName
 {
   color: #410EC1;
 }
</style>

background-color css

<style>
 a { background-color: #410EC1; }

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

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

border-color css

<style>
 span { border-color: #410EC1; }

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

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