Html Css Color HEX #441ECC Purple Heart

📋 copy color: '#441ECC'

red 68 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #441ECC

Tints of Purple Heart #441ECC

RGB

 RED value IS 68 (26.95% from 255) = 22.52%

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

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

R = 22.52%
G = 9.93%
B = 67.55%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#441ECC (or 0x441ECC) is known color: Purple Heart. HEX triplet: 44, 1E and CC. RGB value is (68,30,204). Sum of RGB (Red+Green+Blue) = 68+30+204=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #441ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ECC is #BBE133. Grayscale: #3C3C3C. Windows color (decimal): -12312884 or 13377092. OLE color: 13377092.

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

Color convert

RGB 68 30 204 -
CMYK 0.67 0.85 0 0.2
HSL 253.1º 0.74% 0.46% -
HSV(B) 253.1º 0.85% 0.8% -
XYZ 13.75 6.52 57.66 -
YUV 61.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 68 30 204 0.67 0.85 0 0.2 253.1 0.74 0.46
Hex 44 1E CC 43 55 0 14 FD 4A 2E
Octal 104 36 314 103 125 0 24 375 112 56
Binary 1000100 11110 11001100 1000011 1010101 0 10100 11111101 1001010 101110

Color Harmonies of #441ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441ECC

Black with #441ECC

Text Example


Text Example

White with #441ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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