Html Css Color HEX #411FCC Purple Heart

📋 copy color: '#411FCC'

red 65 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #411FCC

Tints of Purple Heart #411FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68%

R = 21.67%
G = 10.33%
B = 68%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#411FCC (or 0x411FCC) is known color: Purple Heart. HEX triplet: 41, 1F and CC. RGB value is (65,31,204). Sum of RGB (Red+Green+Blue) = 65+31+204=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #411FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411FCC is #BEE033. Grayscale: #3C3C3C. Windows color (decimal): -12509236 or 13377345. OLE color: 13377345.

HSL color Cylindrical-coordinate representation of color #411FCC: hue angle of 251.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411FCC is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 31 204 -
CMYK 0.68 0.85 0 0.2
HSL 251.79º 0.74% 0.46% -
HSV(B) 251.79º 0.85% 0.8% -
XYZ 13.57 6.46 57.66 -
YUV 60.89 208.76 130.93 -
System Red Green Blue C M Y K H S L
Decimal 65 31 204 0.68 0.85 0 0.2 251.79 0.74 0.46
Hex 41 1F CC 44 55 0 14 FC 4A 2E
Octal 101 37 314 104 125 0 24 374 112 56
Binary 1000001 11111 11001100 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #411FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411FCC

Black with #411FCC

Text Example


Text Example

White with #411FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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