Html Css Color HEX #410AB5 Purple Heart

📋 copy color: '#410AB5'

red 65 ◦ green 10 ◦ blue 181

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

Shades of Purple Heart #410AB5

Tints of Purple Heart #410AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 181 (71.09% from 255) = 70.7%

R = 25.39%
G = 3.91%
B = 70.7%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#410AB5 (or 0x410AB5) is known color: Purple Heart. HEX triplet: 41, 0A and B5. RGB value is (65,10,181). Sum of RGB (Red+Green+Blue) = 65+10+181=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 181 (71.09% from 255 or 70.70% from 256); Max value from RGB is 181 - color contains mainly: blue. Hex color #410AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410AB5 is #BEF54A. Grayscale: #2D2D2D. Windows color (decimal): -12514635 or 11864641. OLE color: 11864641.

HSL color Cylindrical-coordinate representation of color #410AB5: hue angle of 259.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410AB5 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 10 181 -
CMYK 0.64 0.94 0 0.29
HSL 259.3º 0.9% 0.37% -
HSV(B) 259.3º 0.94% 0.71% -
XYZ 10.63 4.68 44.06 -
YUV 45.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 65 10 181 0.64 0.94 0 0.29 259.3 0.9 0.37
Hex 41 A B5 40 5E 0 1D 103 5A 25
Octal 101 12 265 100 136 0 35 403 132 45
Binary 1000001 1010 10110101 1000000 1011110 0 11101 100000011 1011010 100101

Color Harmonies of #410AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410AB5

Black with #410AB5

Text Example


Text Example

White with #410AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,10,181); }

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

background-color css

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

 a { background-color: rgb(65,10,181); }

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

border-color css

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

 span { border-color: rgb(65,10,181); }

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