Html Css Color HEX #422649 Hot Purple

📋 copy color: '#422649'

red 66 ◦ green 38 ◦ blue 73

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

Shades of Hot Purple #422649

Tints of Hot Purple #422649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 37.29%
G = 21.47%
B = 41.24%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#422649 (or 0x422649) is known color: Hot Purple. HEX triplet: 42, 26 and 49. RGB value is (66,38,73). Sum of RGB (Red+Green+Blue) = 66+38+73=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #422649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422649 is #BDD9B6. Grayscale: #323232. Windows color (decimal): -12442039 or 4793922. OLE color: 4793922.

HSL color Cylindrical-coordinate representation of color #422649: hue angle of 288º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422649 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 38 73 -
CMYK 0.10 0.48 0 0.71
HSL 288º 0.32% 0.22% -
HSV(B) 288º 0.48% 0.29% -
XYZ 4.14 3.03 6.67 -
YUV 50.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 66 38 73 0.10 0.48 0 0.71 288 0.32 0.22
Hex 42 26 49 A 30 0 47 120 20 16
Octal 102 46 111 12 60 0 107 440 40 26
Binary 1000010 100110 1001001 1010 110000 0 1000111 100100000 100000 10110

Color Harmonies of #422649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422649

Black with #422649

Text Example


Text Example

White with #422649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422649; }

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

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

background-color css

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

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

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

border-color css

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

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

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