Html Css Color HEX #422749 Hot Purple

📋 copy color: '#422749'

red 66 ◦ green 39 ◦ blue 73

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

Shades of Hot Purple #422749

Tints of Hot Purple #422749

RGB

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

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

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

R = 37.08%
G = 21.91%
B = 41.01%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#422749 (or 0x422749) is known color: Hot Purple. HEX triplet: 42, 27 and 49. RGB value is (66,39,73). Sum of RGB (Red+Green+Blue) = 66+39+73=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #422749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422749 is #BDD8B6. Grayscale: #323232. Windows color (decimal): -12441783 or 4794178. OLE color: 4794178.

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

Color convert

RGB 66 39 73 -
CMYK 0.10 0.47 0 0.71
HSL 287.65º 0.3% 0.22% -
HSV(B) 287.65º 0.47% 0.29% -
XYZ 4.17 3.09 6.68 -
YUV 50.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 66 39 73 0.10 0.47 0 0.71 287.65 0.3 0.22
Hex 42 27 49 A 2F 0 47 120 1E 16
Octal 102 47 111 12 57 0 107 440 36 26
Binary 1000010 100111 1001001 1010 101111 0 1000111 100100000 11110 10110

Color Harmonies of #422749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422749

Black with #422749

Text Example


Text Example

White with #422749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422749; }

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

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

background-color css

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

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

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

border-color css

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

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

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