Html Css Color HEX #422248 Hot Purple

📋 copy color: '#422248'

red 66 ◦ green 34 ◦ blue 72

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

Shades of Hot Purple #422248

Tints of Hot Purple #422248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 38.37%
G = 19.77%
B = 41.86%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422248 (or 0x422248) is known color: Hot Purple. HEX triplet: 42, 22 and 48. RGB value is (66,34,72). Sum of RGB (Red+Green+Blue) = 66+34+72=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #422248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422248 is #BDDDB7. Grayscale: #2F2F2F. Windows color (decimal): -12443064 or 4727362. OLE color: 4727362.

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

Color convert

RGB 66 34 72 -
CMYK 0.08 0.53 0 0.72
HSL 290.53º 0.36% 0.21% -
HSV(B) 290.53º 0.53% 0.28% -
XYZ 3.99 2.77 6.46 -
YUV 47.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 66 34 72 0.08 0.53 0 0.72 290.53 0.36 0.21
Hex 42 22 48 8 35 0 48 123 24 15
Octal 102 42 110 10 65 0 110 443 44 25
Binary 1000010 100010 1001000 1000 110101 0 1001000 100100011 100100 10101

Color Harmonies of #422248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422248

Black with #422248

Text Example


Text Example

White with #422248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422248; }

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

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

background-color css

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

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

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

border-color css

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

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

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