Html Css Color HEX #411FC6 Purple Heart

📋 copy color: '#411FC6'

red 65 ◦ green 31 ◦ blue 198

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

Shades of Purple Heart #411FC6

Tints of Purple Heart #411FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 67.35%

R = 22.11%
G = 10.54%
B = 67.35%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#411FC6 (or 0x411FC6) is known color: Purple Heart. HEX triplet: 41, 1F and C6. RGB value is (65,31,198). Sum of RGB (Red+Green+Blue) = 65+31+198=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 198 (77.73% from 255 or 67.35% from 294); Max value from RGB is 198 - color contains mainly: blue. Hex color #411FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FC6 is #BEE039. Grayscale: #3B3B3B. Windows color (decimal): -12509242 or 12984129. OLE color: 12984129.

HSL color Cylindrical-coordinate representation of color #411FC6: hue angle of 252.22º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411FC6 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 31 198 -
CMYK 0.67 0.84 0 0.22
HSL 252.22º 0.73% 0.45% -
HSV(B) 252.22º 0.84% 0.78% -
XYZ 12.86 6.18 53.94 -
YUV 60.2 205.76 131.42 -
System Red Green Blue C M Y K H S L
Decimal 65 31 198 0.67 0.84 0 0.22 252.22 0.73 0.45
Hex 41 1F C6 43 54 0 16 FC 49 2D
Octal 101 37 306 103 124 0 26 374 111 55
Binary 1000001 11111 11000110 1000011 1010100 0 10110 11111100 1001001 101101

Color Harmonies of #411FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FC6

Black with #411FC6

Text Example


Text Example

White with #411FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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