Html Css Color HEX #422648 Hot Purple

📋 copy color: '#422648'

red 66 ◦ green 38 ◦ blue 72

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

Shades of Hot Purple #422648

Tints of Hot Purple #422648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.59%

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

R = 37.5%
G = 21.59%
B = 40.91%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422648 (or 0x422648) is known color: Hot Purple. HEX triplet: 42, 26 and 48. RGB value is (66,38,72). Sum of RGB (Red+Green+Blue) = 66+38+72=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #422648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422648 is #BDD9B7. Grayscale: #323232. Windows color (decimal): -12442040 or 4728386. OLE color: 4728386.

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

Color convert

RGB 66 38 72 -
CMYK 0.08 0.47 0 0.72
HSL 289.41º 0.31% 0.22% -
HSV(B) 289.41º 0.47% 0.28% -
XYZ 4.11 3.01 6.5 -
YUV 50.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 66 38 72 0.08 0.47 0 0.72 289.41 0.31 0.22
Hex 42 26 48 8 2F 0 48 121 1F 16
Octal 102 46 110 10 57 0 110 441 37 26
Binary 1000010 100110 1001000 1000 101111 0 1001000 100100001 11111 10110

Color Harmonies of #422648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422648

Black with #422648

Text Example


Text Example

White with #422648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422648; }

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

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

background-color css

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

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

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

border-color css

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

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

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