Html Css Color HEX #422549 Hot Purple

📋 copy color: '#422549'

red 66 ◦ green 37 ◦ blue 73

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

Shades of Hot Purple #422549

Tints of Hot Purple #422549

RGB

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

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

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

R = 37.5%
G = 21.02%
B = 41.48%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#422549 (or 0x422549) is known color: Hot Purple. HEX triplet: 42, 25 and 49. RGB value is (66,37,73). Sum of RGB (Red+Green+Blue) = 66+37+73=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #422549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422549 is #BDDAB6. Grayscale: #313131. Windows color (decimal): -12442295 or 4793666. OLE color: 4793666.

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

Color convert

RGB 66 37 73 -
CMYK 0.10 0.49 0 0.71
HSL 288.33º 0.33% 0.22% -
HSV(B) 288.33º 0.49% 0.29% -
XYZ 4.11 2.96 6.66 -
YUV 49.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 66 37 73 0.10 0.49 0 0.71 288.33 0.33 0.22
Hex 42 25 49 A 31 0 47 120 21 16
Octal 102 45 111 12 61 0 107 440 41 26
Binary 1000010 100101 1001001 1010 110001 0 1000111 100100000 100001 10110

Color Harmonies of #422549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422549

Black with #422549

Text Example


Text Example

White with #422549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422549; }

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

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

background-color css

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

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

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

border-color css

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

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

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