Html Css Color HEX #442EBC Purple Heart

📋 copy color: '#442EBC'

red 68 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #442EBC

Tints of Purple Heart #442EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.23%

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

R = 22.52%
G = 15.23%
B = 62.25%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#442EBC (or 0x442EBC) is known color: Purple Heart. HEX triplet: 44, 2E and BC. RGB value is (68,46,188). Sum of RGB (Red+Green+Blue) = 68+46+188=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #442EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442EBC is #BBD143. Grayscale: #444444. Windows color (decimal): -12308804 or 12332612. OLE color: 12332612.

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

Color convert

RGB 68 46 188 -
CMYK 0.64 0.76 0 0.26
HSL 249.3º 0.61% 0.46% -
HSV(B) 249.3º 0.76% 0.74% -
XYZ 12.44 6.81 48.24 -
YUV 68.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 68 46 188 0.64 0.76 0 0.26 249.3 0.61 0.46
Hex 44 2E BC 40 4C 0 1A F9 3D 2E
Octal 104 56 274 100 114 0 32 371 75 56
Binary 1000100 101110 10111100 1000000 1001100 0 11010 11111001 111101 101110

Color Harmonies of #442EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442EBC

Black with #442EBC

Text Example


Text Example

White with #442EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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