Html Css Color HEX #411FC0 Purple Heart

📋 copy color: '#411FC0'

red 65 ◦ green 31 ◦ blue 192

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

Shades of Purple Heart #411FC0

Tints of Purple Heart #411FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

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

R = 22.57%
G = 10.76%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#411FC0 (or 0x411FC0) is known color: Purple Heart. HEX triplet: 41, 1F and C0. RGB value is (65,31,192). Sum of RGB (Red+Green+Blue) = 65+31+192=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #411FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FC0 is #BEE03F. Grayscale: #3A3A3A. Windows color (decimal): -12509248 or 12590913. OLE color: 12590913.

HSL color Cylindrical-coordinate representation of color #411FC0: hue angle of 252.67º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411FC0 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 31 192 -
CMYK 0.66 0.84 0 0.25
HSL 252.67º 0.72% 0.44% -
HSV(B) 252.67º 0.84% 0.75% -
XYZ 12.18 5.91 50.37 -
YUV 59.52 202.76 131.91 -
System Red Green Blue C M Y K H S L
Decimal 65 31 192 0.66 0.84 0 0.25 252.67 0.72 0.44
Hex 41 1F C0 42 54 0 19 FD 48 2C
Octal 101 37 300 102 124 0 31 375 110 54
Binary 1000001 11111 11000000 1000010 1010100 0 11001 11111101 1001000 101100

Color Harmonies of #411FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FC0

Black with #411FC0

Text Example


Text Example

White with #411FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411FC0; }

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

 H1.HeaderClassName
 {
   color: #411FC0;
 }
 .AnyTagClassName
 {
   color: #411FC0;
 }
</style>

background-color css

<style>
 a { background-color: #411FC0; }

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

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

border-color css

<style>
 span { border-color: #411FC0; }

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

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