Html Css Color HEX #441ECE Purple Heart

📋 copy color: '#441ECE'

red 68 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #441ECE

Tints of Purple Heart #441ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 22.37%
G = 9.87%
B = 67.76%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#441ECE (or 0x441ECE) is known color: Purple Heart. HEX triplet: 44, 1E and CE. RGB value is (68,30,206). Sum of RGB (Red+Green+Blue) = 68+30+206=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #441ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ECE is #BBE131. Grayscale: #3C3C3C. Windows color (decimal): -12312882 or 13508164. OLE color: 13508164.

HSL color Cylindrical-coordinate representation of color #441ECE: hue angle of 252.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441ECE is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 30 206 -
CMYK 0.67 0.85 0 0.19
HSL 252.95º 0.75% 0.46% -
HSV(B) 252.95º 0.85% 0.81% -
XYZ 13.99 6.61 58.93 -
YUV 61.43 209.59 132.69 -
System Red Green Blue C M Y K H S L
Decimal 68 30 206 0.67 0.85 0 0.19 252.95 0.75 0.46
Hex 44 1E CE 43 55 0 13 FD 4B 2E
Octal 104 36 316 103 125 0 23 375 113 56
Binary 1000100 11110 11001110 1000011 1010101 0 10011 11111101 1001011 101110

Color Harmonies of #441ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441ECE

Black with #441ECE

Text Example


Text Example

White with #441ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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