Html Css Color HEX #442348 Hot Purple

📋 copy color: '#442348'

red 68 ◦ green 35 ◦ blue 72

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

Shades of Hot Purple #442348

Tints of Hot Purple #442348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 38.86%
G = 20%
B = 41.14%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442348 (or 0x442348) is known color: Hot Purple. HEX triplet: 44, 23 and 48. RGB value is (68,35,72). Sum of RGB (Red+Green+Blue) = 68+35+72=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #442348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442348 is #BBDCB7. Grayscale: #303030. Windows color (decimal): -12311736 or 4727620. OLE color: 4727620.

HSL color Cylindrical-coordinate representation of color #442348: hue angle of 293.51º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442348 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 35 72 -
CMYK 0.06 0.51 0 0.72
HSL 293.51º 0.35% 0.21% -
HSV(B) 293.51º 0.51% 0.28% -
XYZ 4.15 2.9 6.47 -
YUV 49.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 68 35 72 0.06 0.51 0 0.72 293.51 0.35 0.21
Hex 44 23 48 6 33 0 48 126 23 15
Octal 104 43 110 6 63 0 110 446 43 25
Binary 1000100 100011 1001000 110 110011 0 1001000 100100110 100011 10101

Color Harmonies of #442348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442348

Black with #442348

Text Example


Text Example

White with #442348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442348; }

 p { color: rgb(68,35,72); }

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

background-color css

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

 a { background-color: rgb(68,35,72); }

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

border-color css

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

 span { border-color: rgb(68,35,72); }

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