Html Css Color HEX #422748 Hot Purple

📋 copy color: '#422748'

red 66 ◦ green 39 ◦ blue 72

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

Shades of Hot Purple #422748

Tints of Hot Purple #422748

RGB

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

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

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

R = 37.29%
G = 22.03%
B = 40.68%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422748 (or 0x422748) is known color: Hot Purple. HEX triplet: 42, 27 and 48. RGB value is (66,39,72). Sum of RGB (Red+Green+Blue) = 66+39+72=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #422748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422748 is #BDD8B7. Grayscale: #323232. Windows color (decimal): -12441784 or 4728642. OLE color: 4728642.

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

Color convert

RGB 66 39 72 -
CMYK 0.08 0.46 0 0.72
HSL 289.09º 0.3% 0.22% -
HSV(B) 289.09º 0.46% 0.28% -
XYZ 4.14 3.08 6.51 -
YUV 50.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 66 39 72 0.08 0.46 0 0.72 289.09 0.3 0.22
Hex 42 27 48 8 2E 0 48 121 1E 16
Octal 102 47 110 10 56 0 110 441 36 26
Binary 1000010 100111 1001000 1000 101110 0 1001000 100100001 11110 10110

Color Harmonies of #422748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422748

Black with #422748

Text Example


Text Example

White with #422748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422748; }

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

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

background-color css

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

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

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

border-color css

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

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

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