Html Css Color HEX #422848 Hot Purple

📋 copy color: '#422848'

red 66 ◦ green 40 ◦ blue 72

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

Shades of Hot Purple #422848

Tints of Hot Purple #422848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 37.08%
G = 22.47%
B = 40.45%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422848 (or 0x422848) is known color: Hot Purple. HEX triplet: 42, 28 and 48. RGB value is (66,40,72). Sum of RGB (Red+Green+Blue) = 66+40+72=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #422848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422848 is #BDD7B7. Grayscale: #333333. Windows color (decimal): -12441528 or 4728898. OLE color: 4728898.

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

Color convert

RGB 66 40 72 -
CMYK 0.08 0.44 0 0.72
HSL 288.75º 0.29% 0.22% -
HSV(B) 288.75º 0.44% 0.28% -
XYZ 4.18 3.14 6.52 -
YUV 51.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 66 40 72 0.08 0.44 0 0.72 288.75 0.29 0.22
Hex 42 28 48 8 2C 0 48 121 1D 16
Octal 102 50 110 10 54 0 110 441 35 26
Binary 1000010 101000 1001000 1000 101100 0 1001000 100100001 11101 10110

Color Harmonies of #422848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422848

Black with #422848

Text Example


Text Example

White with #422848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422848; }

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

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

background-color css

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

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

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

border-color css

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

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

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