Html Css Color HEX #442ECE Purple Heart

📋 copy color: '#442ECE'

red 68 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #442ECE

Tints of Purple Heart #442ECE

RGB

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

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

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

R = 21.25%
G = 14.38%
B = 64.38%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#442ECE (or 0x442ECE) is known color: Purple Heart. HEX triplet: 44, 2E and CE. RGB value is (68,46,206). Sum of RGB (Red+Green+Blue) = 68+46+206=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #442ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ECE is #BBD131. Grayscale: #464646. Windows color (decimal): -12308786 or 13512260. OLE color: 13512260.

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

Color convert

RGB 68 46 206 -
CMYK 0.67 0.78 0 0.19
HSL 248.25º 0.63% 0.49% -
HSV(B) 248.25º 0.78% 0.81% -
XYZ 14.5 7.64 59.1 -
YUV 70.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 68 46 206 0.67 0.78 0 0.19 248.25 0.63 0.49
Hex 44 2E CE 43 4E 0 13 F8 3F 31
Octal 104 56 316 103 116 0 23 370 77 61
Binary 1000100 101110 11001110 1000011 1001110 0 10011 11111000 111111 110001

Color Harmonies of #442ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ECE

Black with #442ECE

Text Example


Text Example

White with #442ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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