Html Css Color HEX #410EB3 Purple Heart

📋 copy color: '#410EB3'

red 65 ◦ green 14 ◦ blue 179

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

Shades of Purple Heart #410EB3

Tints of Purple Heart #410EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.38%

R = 25.19%
G = 5.43%
B = 69.38%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#410EB3 (or 0x410EB3) is known color: Purple Heart. HEX triplet: 41, 0E and B3. RGB value is (65,14,179). Sum of RGB (Red+Green+Blue) = 65+14+179=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #410EB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EB3 is #BEF14C. Grayscale: #2F2F2F. Windows color (decimal): -12513613 or 11734593. OLE color: 11734593.

HSL color Cylindrical-coordinate representation of color #410EB3: hue angle of 258.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EB3 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 65 14 179 -
CMYK 0.64 0.92 0 0.30
HSL 258.55º 0.85% 0.38% -
HSV(B) 258.55º 0.92% 0.7% -
XYZ 10.47 4.69 43 -
YUV 48.06 201.9 140.08 -
System Red Green Blue C M Y K H S L
Decimal 65 14 179 0.64 0.92 0 0.30 258.55 0.85 0.38
Hex 41 E B3 40 5C 0 1E 103 55 26
Octal 101 16 263 100 134 0 36 403 125 46
Binary 1000001 1110 10110011 1000000 1011100 0 11110 100000011 1010101 100110

Color Harmonies of #410EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EB3

Black with #410EB3

Text Example


Text Example

White with #410EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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