Html Css Color HEX #410CC0 Purple Heart

📋 copy color: '#410CC0'

red 65 ◦ green 12 ◦ blue 192

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

Shades of Purple Heart #410CC0

Tints of Purple Heart #410CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 24.16%
G = 4.46%
B = 71.38%

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

#410CC0 (or 0x410CC0) is known color: Purple Heart. HEX triplet: 41, 0C and C0. RGB value is (65,12,192). Sum of RGB (Red+Green+Blue) = 65+12+192=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #410CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CC0 is #BEF33F. Grayscale: #2F2F2F. Windows color (decimal): -12514112 or 12586049. OLE color: 12586049.

HSL color Cylindrical-coordinate representation of color #410CC0: hue angle of 257.67º degrees, saturation: 0.88, 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 #410CC0 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 12 192 -
CMYK 0.66 0.94 0 0.25
HSL 257.67º 0.88% 0.4% -
HSV(B) 257.67º 0.94% 0.75% -
XYZ 11.83 5.19 50.25 -
YUV 48.37 209.06 139.86 -
System Red Green Blue C M Y K H S L
Decimal 65 12 192 0.66 0.94 0 0.25 257.67 0.88 0.4
Hex 41 C C0 42 5E 0 19 102 58 28
Octal 101 14 300 102 136 0 31 402 130 50
Binary 1000001 1100 11000000 1000010 1011110 0 11001 100000010 1011000 101000

Color Harmonies of #410CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CC0

Black with #410CC0

Text Example


Text Example

White with #410CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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