Html Css Color HEX #410DB7 Purple Heart

📋 copy color: '#410DB7'

red 65 ◦ green 13 ◦ blue 183

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

Shades of Purple Heart #410DB7

Tints of Purple Heart #410DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 70.11%

R = 24.9%
G = 4.98%
B = 70.11%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#410DB7 (or 0x410DB7) is known color: Purple Heart. HEX triplet: 41, 0D and B7. RGB value is (65,13,183). Sum of RGB (Red+Green+Blue) = 65+13+183=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #410DB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410DB7 is #BEF248. Grayscale: #2F2F2F. Windows color (decimal): -12513865 or 11996481. OLE color: 11996481.

HSL color Cylindrical-coordinate representation of color #410DB7: hue angle of 258.35º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410DB7 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 13 183 -
CMYK 0.64 0.93 0 0.28
HSL 258.35º 0.87% 0.38% -
HSV(B) 258.35º 0.93% 0.72% -
XYZ 10.87 4.83 45.16 -
YUV 47.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 65 13 183 0.64 0.93 0 0.28 258.35 0.87 0.38
Hex 41 D B7 40 5D 0 1C 102 57 26
Octal 101 15 267 100 135 0 34 402 127 46
Binary 1000001 1101 10110111 1000000 1011101 0 11100 100000010 1010111 100110

Color Harmonies of #410DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410DB7

Black with #410DB7

Text Example


Text Example

White with #410DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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