Html Css Color HEX #410FB0 Purple Heart

📋 copy color: '#410FB0'

red 65 ◦ green 15 ◦ blue 176

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

Shades of Purple Heart #410FB0

Tints of Purple Heart #410FB0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 176 (69.14% from 255) = 68.75%

R = 25.39%
G = 5.86%
B = 68.75%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#410FB0 (or 0x410FB0) is known color: Purple Heart. HEX triplet: 41, 0F and B0. RGB value is (65,15,176). Sum of RGB (Red+Green+Blue) = 65+15+176=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #410FB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410FB0 is #BEF04F. Grayscale: #2F2F2F. Windows color (decimal): -12513360 or 11538241. OLE color: 11538241.

HSL color Cylindrical-coordinate representation of color #410FB0: hue angle of 258.63º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410FB0 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 15 176 -
CMYK 0.63 0.91 0 0.31
HSL 258.63º 0.84% 0.37% -
HSV(B) 258.63º 0.91% 0.69% -
XYZ 10.19 4.6 41.43 -
YUV 48.3 200.07 139.91 -
System Red Green Blue C M Y K H S L
Decimal 65 15 176 0.63 0.91 0 0.31 258.63 0.84 0.37
Hex 41 F B0 3F 5B 0 1F 103 54 25
Octal 101 17 260 77 133 0 37 403 124 45
Binary 1000001 1111 10110000 111111 1011011 0 11111 100000011 1010100 100101

Color Harmonies of #410FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FB0

Black with #410FB0

Text Example


Text Example

White with #410FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,15,176); }

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

background-color css

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

 a { background-color: rgb(65,15,176); }

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

border-color css

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

 span { border-color: rgb(65,15,176); }

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