Html Css Color HEX #411ECC Purple Heart

📋 copy color: '#411ECC'

red 65 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #411ECC

Tints of Purple Heart #411ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 21.74%
G = 10.03%
B = 68.23%

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

#411ECC (or 0x411ECC) is known color: Purple Heart. HEX triplet: 41, 1E and CC. RGB value is (65,30,204). Sum of RGB (Red+Green+Blue) = 65+30+204=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #411ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ECC is #BEE133. Grayscale: #3B3B3B. Windows color (decimal): -12509492 or 13377089. OLE color: 13377089.

HSL color Cylindrical-coordinate representation of color #411ECC: hue angle of 252.07º 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 #411ECC is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 30 204 -
CMYK 0.68 0.85 0 0.2
HSL 252.07º 0.74% 0.46% -
HSV(B) 252.07º 0.85% 0.8% -
XYZ 13.54 6.41 57.65 -
YUV 60.3 209.1 131.35 -
System Red Green Blue C M Y K H S L
Decimal 65 30 204 0.68 0.85 0 0.2 252.07 0.74 0.46
Hex 41 1E CC 44 55 0 14 FC 4A 2E
Octal 101 36 314 104 125 0 24 374 112 56
Binary 1000001 11110 11001100 1000100 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #411ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411ECC

Black with #411ECC

Text Example


Text Example

White with #411ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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