Html Css Color HEX #442ACC Purple Heart

📋 copy color: '#442ACC'

red 68 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #442ACC

Tints of Purple Heart #442ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 21.66%
G = 13.38%
B = 64.97%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#442ACC (or 0x442ACC) is known color: Purple Heart. HEX triplet: 44, 2A and CC. RGB value is (68,42,204). Sum of RGB (Red+Green+Blue) = 68+42+204=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #442ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ACC is #BBD533. Grayscale: #434343. Windows color (decimal): -12309812 or 13380164. OLE color: 13380164.

HSL color Cylindrical-coordinate representation of color #442ACC: hue angle of 249.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442ACC is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 42 204 -
CMYK 0.67 0.79 0 0.2
HSL 249.63º 0.66% 0.48% -
HSV(B) 249.63º 0.79% 0.8% -
XYZ 14.11 7.24 57.78 -
YUV 68.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 68 42 204 0.67 0.79 0 0.2 249.63 0.66 0.48
Hex 44 2A CC 43 4F 0 14 FA 42 30
Octal 104 52 314 103 117 0 24 372 102 60
Binary 1000100 101010 11001100 1000011 1001111 0 10100 11111010 1000010 110000

Color Harmonies of #442ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442ACC

Black with #442ACC

Text Example


Text Example

White with #442ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,42,204); }

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

background-color css

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

 a { background-color: rgb(68,42,204); }

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

border-color css

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

 span { border-color: rgb(68,42,204); }

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