Html Css Color HEX #422449 Hot Purple

📋 copy color: '#422449'

red 66 ◦ green 36 ◦ blue 73

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

Shades of Hot Purple #422449

Tints of Hot Purple #422449

RGB

 RED value IS 66 (26.17% from 255) = 37.71%

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 37.71%
G = 20.57%
B = 41.71%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#422449 (or 0x422449) is known color: Hot Purple. HEX triplet: 42, 24 and 49. RGB value is (66,36,73). Sum of RGB (Red+Green+Blue) = 66+36+73=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #422449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422449 is #BDDBB6. Grayscale: #313131. Windows color (decimal): -12442551 or 4793410. OLE color: 4793410.

HSL color Cylindrical-coordinate representation of color #422449: hue angle of 288.65º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #422449 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 36 73 -
CMYK 0.10 0.51 0 0.71
HSL 288.65º 0.34% 0.21% -
HSV(B) 288.65º 0.51% 0.29% -
XYZ 4.08 2.9 6.65 -
YUV 49.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 66 36 73 0.10 0.51 0 0.71 288.65 0.34 0.21
Hex 42 24 49 A 33 0 47 121 22 15
Octal 102 44 111 12 63 0 107 441 42 25
Binary 1000010 100100 1001001 1010 110011 0 1000111 100100001 100010 10101

Color Harmonies of #422449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422449

Black with #422449

Text Example


Text Example

White with #422449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422449; }

 p { color: rgb(66,36,73); }

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

background-color css

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

 a { background-color: rgb(66,36,73); }

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

border-color css

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

 span { border-color: rgb(66,36,73); }

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