Html Css Color HEX #441EBC Purple Heart

📋 copy color: '#441EBC'

red 68 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #441EBC

Tints of Purple Heart #441EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 23.78%
G = 10.49%
B = 65.73%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#441EBC (or 0x441EBC) is known color: Purple Heart. HEX triplet: 44, 1E and BC. RGB value is (68,30,188). Sum of RGB (Red+Green+Blue) = 68+30+188=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #441EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EBC is #BBE143. Grayscale: #3A3A3A. Windows color (decimal): -12312900 or 12328516. OLE color: 12328516.

HSL color Cylindrical-coordinate representation of color #441EBC: hue angle of 254.43º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441EBC is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 30 188 -
CMYK 0.64 0.84 0 0.26
HSL 254.43º 0.72% 0.43% -
HSV(B) 254.43º 0.84% 0.74% -
XYZ 11.93 5.79 48.07 -
YUV 59.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 68 30 188 0.64 0.84 0 0.26 254.43 0.72 0.43
Hex 44 1E BC 40 54 0 1A FE 48 2B
Octal 104 36 274 100 124 0 32 376 110 53
Binary 1000100 11110 10111100 1000000 1010100 0 11010 11111110 1001000 101011

Color Harmonies of #441EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441EBC

Black with #441EBC

Text Example


Text Example

White with #441EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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