Html Css Color HEX #410ABA Purple Heart

📋 copy color: '#410ABA'

red 65 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #410ABA

Tints of Purple Heart #410ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.26%

R = 24.9%
G = 3.83%
B = 71.26%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#410ABA (or 0x410ABA) is known color: Purple Heart. HEX triplet: 41, 0A and BA. RGB value is (65,10,186). Sum of RGB (Red+Green+Blue) = 65+10+186=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #410ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ABA is #BEF545. Grayscale: #2D2D2D. Windows color (decimal): -12514630 or 12192321. OLE color: 12192321.

HSL color Cylindrical-coordinate representation of color #410ABA: hue angle of 258.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410ABA is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 10 186 -
CMYK 0.65 0.95 0 0.27
HSL 258.75º 0.9% 0.38% -
HSV(B) 258.75º 0.95% 0.73% -
XYZ 11.15 4.89 46.81 -
YUV 46.51 206.72 141.19 -
System Red Green Blue C M Y K H S L
Decimal 65 10 186 0.65 0.95 0 0.27 258.75 0.9 0.38
Hex 41 A BA 41 5F 0 1B 103 5A 26
Octal 101 12 272 101 137 0 33 403 132 46
Binary 1000001 1010 10111010 1000001 1011111 0 11011 100000011 1011010 100110

Color Harmonies of #410ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410ABA

Black with #410ABA

Text Example


Text Example

White with #410ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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