Html Css Color HEX #410BC0 Purple Heart

📋 copy color: '#410BC0'

red 65 ◦ green 11 ◦ blue 192

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

Shades of Purple Heart #410BC0

Tints of Purple Heart #410BC0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

 BLUE value IS 192 (75.39% from 255) = 71.64%

R = 24.25%
G = 4.1%
B = 71.64%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#410BC0 (or 0x410BC0) is known color: Purple Heart. HEX triplet: 41, 0B and C0. RGB value is (65,11,192). Sum of RGB (Red+Green+Blue) = 65+11+192=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #410BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410BC0 is #BEF43F. Grayscale: #2F2F2F. Windows color (decimal): -12514368 or 12585793. OLE color: 12585793.

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

Color convert

RGB 65 11 192 -
CMYK 0.66 0.94 0 0.25
HSL 257.9º 0.89% 0.4% -
HSV(B) 257.9º 0.94% 0.75% -
XYZ 11.81 5.17 50.24 -
YUV 47.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 65 11 192 0.66 0.94 0 0.25 257.9 0.89 0.4
Hex 41 B C0 42 5E 0 19 102 59 28
Octal 101 13 300 102 136 0 31 402 131 50
Binary 1000001 1011 11000000 1000010 1011110 0 11001 100000010 1011001 101000

Color Harmonies of #410BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410BC0

Black with #410BC0

Text Example


Text Example

White with #410BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,11,192); }

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

background-color css

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

 a { background-color: rgb(65,11,192); }

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

border-color css

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

 span { border-color: rgb(65,11,192); }

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