Html Css Color HEX #442546 Hot Purple

📋 copy color: '#442546'

red 68 ◦ green 37 ◦ blue 70

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

Shades of Hot Purple #442546

Tints of Hot Purple #442546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

 BLUE value IS 70 (27.73% from 255) = 40%

R = 38.86%
G = 21.14%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#442546 (or 0x442546) is known color: Hot Purple. HEX triplet: 44, 25 and 46. RGB value is (68,37,70). Sum of RGB (Red+Green+Blue) = 68+37+70=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #442546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442546 is #BBDAB9. Grayscale: #313131. Windows color (decimal): -12311226 or 4597060. OLE color: 4597060.

HSL color Cylindrical-coordinate representation of color #442546: hue angle of 296.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442546 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 70 -
CMYK 0.03 0.47 0 0.73
HSL 296.36º 0.31% 0.21% -
HSV(B) 296.36º 0.47% 0.27% -
XYZ 4.15 2.99 6.15 -
YUV 50.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 68 37 70 0.03 0.47 0 0.73 296.36 0.31 0.21
Hex 44 25 46 3 2F 0 49 128 1F 15
Octal 104 45 106 3 57 0 111 450 37 25
Binary 1000100 100101 1000110 11 101111 0 1001001 100101000 11111 10101

Color Harmonies of #442546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442546

Black with #442546

Text Example


Text Example

White with #442546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442546; }

 p { color: rgb(68,37,70); }

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

background-color css

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

 a { background-color: rgb(68,37,70); }

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

border-color css

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

 span { border-color: rgb(68,37,70); }

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