Html Css Color HEX #422948 Hot Purple

📋 copy color: '#422948'

red 66 ◦ green 41 ◦ blue 72

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

Shades of Hot Purple #422948

Tints of Hot Purple #422948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.91%

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

R = 36.87%
G = 22.91%
B = 40.22%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422948 (or 0x422948) is known color: Hot Purple. HEX triplet: 42, 29 and 48. RGB value is (66,41,72). Sum of RGB (Red+Green+Blue) = 66+41+72=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #422948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422948 is #BDD6B7. Grayscale: #333333. Windows color (decimal): -12441272 or 4729154. OLE color: 4729154.

HSL color Cylindrical-coordinate representation of color #422948: hue angle of 288.39º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #422948 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 41 72 -
CMYK 0.08 0.43 0 0.72
HSL 288.39º 0.27% 0.22% -
HSV(B) 288.39º 0.43% 0.28% -
XYZ 4.21 3.21 6.53 -
YUV 52.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 66 41 72 0.08 0.43 0 0.72 288.39 0.27 0.22
Hex 42 29 48 8 2B 0 48 120 1B 16
Octal 102 51 110 10 53 0 110 440 33 26
Binary 1000010 101001 1001000 1000 101011 0 1001000 100100000 11011 10110

Color Harmonies of #422948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422948

Black with #422948

Text Example


Text Example

White with #422948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422948; }

 p { color: rgb(66,41,72); }

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

background-color css

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

 a { background-color: rgb(66,41,72); }

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

border-color css

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

 span { border-color: rgb(66,41,72); }

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