Html Css Color HEX #422646 Hot Purple

📋 copy color: '#422646'

red 66 ◦ green 38 ◦ blue 70

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

Shades of Hot Purple #422646

Tints of Hot Purple #422646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 37.93%
G = 21.84%
B = 40.23%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#422646 (or 0x422646) is known color: Hot Purple. HEX triplet: 42, 26 and 46. RGB value is (66,38,70). Sum of RGB (Red+Green+Blue) = 66+38+70=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #422646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422646 is #BDD9B9. Grayscale: #313131. Windows color (decimal): -12442042 or 4597314. OLE color: 4597314.

HSL color Cylindrical-coordinate representation of color #422646: hue angle of 292.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #422646 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 38 70 -
CMYK 0.06 0.46 0 0.73
HSL 292.5º 0.3% 0.21% -
HSV(B) 292.5º 0.46% 0.27% -
XYZ 4.05 2.99 6.16 -
YUV 50.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 66 38 70 0.06 0.46 0 0.73 292.5 0.3 0.21
Hex 42 26 46 6 2E 0 49 124 1E 15
Octal 102 46 106 6 56 0 111 444 36 25
Binary 1000010 100110 1000110 110 101110 0 1001001 100100100 11110 10101

Color Harmonies of #422646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422646

Black with #422646

Text Example


Text Example

White with #422646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422646; }

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

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

background-color css

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

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

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

border-color css

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

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

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