Html Css Color HEX #442747 Hot Purple

📋 copy color: '#442747'

red 68 ◦ green 39 ◦ blue 71

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

Shades of Hot Purple #442747

Tints of Hot Purple #442747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 38.2%
G = 21.91%
B = 39.89%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442747 (or 0x442747) is known color: Hot Purple. HEX triplet: 44, 27 and 47. RGB value is (68,39,71). Sum of RGB (Red+Green+Blue) = 68+39+71=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: blue. Hex color #442747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442747 is #BBD8B8. Grayscale: #333333. Windows color (decimal): -12310713 or 4663108. OLE color: 4663108.

HSL color Cylindrical-coordinate representation of color #442747: hue angle of 294.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #442747 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 39 71 -
CMYK 0.04 0.45 0 0.72
HSL 294.38º 0.29% 0.22% -
HSV(B) 294.38º 0.45% 0.28% -
XYZ 4.25 3.13 6.34 -
YUV 51.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 68 39 71 0.04 0.45 0 0.72 294.38 0.29 0.22
Hex 44 27 47 4 2D 0 48 126 1D 16
Octal 104 47 107 4 55 0 110 446 35 26
Binary 1000100 100111 1000111 100 101101 0 1001000 100100110 11101 10110

Color Harmonies of #442747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442747

Black with #442747

Text Example


Text Example

White with #442747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442747; }

 p { color: rgb(68,39,71); }

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

background-color css

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

 a { background-color: rgb(68,39,71); }

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

border-color css

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

 span { border-color: rgb(68,39,71); }

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