Html Css Color HEX #442CCC Purple Heart

📋 copy color: '#442CCC'

red 68 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #442CCC

Tints of Purple Heart #442CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 21.52%
G = 13.92%
B = 64.56%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#442CCC (or 0x442CCC) is known color: Purple Heart. HEX triplet: 44, 2C and CC. RGB value is (68,44,204). Sum of RGB (Red+Green+Blue) = 68+44+204=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #442CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CCC is #BBD333. Grayscale: #444444. Windows color (decimal): -12309300 or 13380676. OLE color: 13380676.

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

Color convert

RGB 68 44 204 -
CMYK 0.67 0.78 0 0.2
HSL 249º 0.65% 0.49% -
HSV(B) 249º 0.78% 0.8% -
XYZ 14.18 7.39 57.81 -
YUV 69.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 68 44 204 0.67 0.78 0 0.2 249 0.65 0.49
Hex 44 2C CC 43 4E 0 14 F9 41 31
Octal 104 54 314 103 116 0 24 371 101 61
Binary 1000100 101100 11001100 1000011 1001110 0 10100 11111001 1000001 110001

Color Harmonies of #442CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CCC

Black with #442CCC

Text Example


Text Example

White with #442CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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