Html Css Color HEX #410ABF Purple Heart

📋 copy color: '#410ABF'

red 65 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #410ABF

Tints of Purple Heart #410ABF

RGB

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

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

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

R = 24.44%
G = 3.76%
B = 71.8%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#410ABF (or 0x410ABF) is known color: Purple Heart. HEX triplet: 41, 0A and BF. RGB value is (65,10,191). Sum of RGB (Red+Green+Blue) = 65+10+191=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #410ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ABF is #BEF540. Grayscale: #2E2E2E. Windows color (decimal): -12514625 or 12520001. OLE color: 12520001.

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

Color convert

RGB 65 10 191 -
CMYK 0.66 0.95 0 0.25
HSL 258.23º 0.9% 0.39% -
HSV(B) 258.23º 0.95% 0.75% -
XYZ 11.69 5.1 49.66 -
YUV 47.08 209.22 140.78 -
System Red Green Blue C M Y K H S L
Decimal 65 10 191 0.66 0.95 0 0.25 258.23 0.9 0.39
Hex 41 A BF 42 5F 0 19 102 5A 27
Octal 101 12 277 102 137 0 31 402 132 47
Binary 1000001 1010 10111111 1000010 1011111 0 11001 100000010 1011010 100111

Color Harmonies of #410ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410ABF

Black with #410ABF

Text Example


Text Example

White with #410ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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