Html Css Color HEX #410DBF Purple Heart

📋 copy color: '#410DBF'

red 65 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #410DBF

Tints of Purple Heart #410DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 191 (75% from 255) = 71%

R = 24.16%
G = 4.83%
B = 71%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#410DBF (or 0x410DBF) is known color: Purple Heart. HEX triplet: 41, 0D and BF. RGB value is (65,13,191). Sum of RGB (Red+Green+Blue) = 65+13+191=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #410DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410DBF is #BEF240. Grayscale: #303030. Windows color (decimal): -12513857 or 12520769. OLE color: 12520769.

HSL color Cylindrical-coordinate representation of color #410DBF: hue angle of 257.53º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410DBF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 13 191 -
CMYK 0.66 0.93 0 0.25
HSL 257.53º 0.87% 0.4% -
HSV(B) 257.53º 0.93% 0.75% -
XYZ 11.73 5.17 49.67 -
YUV 48.84 208.23 139.53 -
System Red Green Blue C M Y K H S L
Decimal 65 13 191 0.66 0.93 0 0.25 257.53 0.87 0.4
Hex 41 D BF 42 5D 0 19 102 57 28
Octal 101 15 277 102 135 0 31 402 127 50
Binary 1000001 1101 10111111 1000010 1011101 0 11001 100000010 1010111 101000

Color Harmonies of #410DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DBF

Black with #410DBF

Text Example


Text Example

White with #410DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,13,191); }

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

background-color css

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

 a { background-color: rgb(65,13,191); }

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

border-color css

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

 span { border-color: rgb(65,13,191); }

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