Html Css Color HEX #442ECB Purple Heart

📋 copy color: '#442ECB'

red 68 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #442ECB

Tints of Purple Heart #442ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 21.45%
G = 14.51%
B = 64.04%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#442ECB (or 0x442ECB) is known color: Purple Heart. HEX triplet: 44, 2E and CB. RGB value is (68,46,203). Sum of RGB (Red+Green+Blue) = 68+46+203=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #442ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ECB is #BBD134. Grayscale: #454545. Windows color (decimal): -12308789 or 13315652. OLE color: 13315652.

HSL color Cylindrical-coordinate representation of color #442ECB: hue angle of 248.41º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442ECB is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 46 203 -
CMYK 0.67 0.77 0 0.20
HSL 248.41º 0.63% 0.49% -
HSV(B) 248.41º 0.77% 0.8% -
XYZ 14.14 7.49 57.2 -
YUV 70.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 68 46 203 0.67 0.77 0 0.20 248.41 0.63 0.49
Hex 44 2E CB 43 4D 0 14 F8 3F 31
Octal 104 56 313 103 115 0 24 370 77 61
Binary 1000100 101110 11001011 1000011 1001101 0 10100 11111000 111111 110001

Color Harmonies of #442ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ECB

Black with #442ECB

Text Example


Text Example

White with #442ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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