Html Css Color HEX #422647 Hot Purple

📋 copy color: '#422647'

red 66 ◦ green 38 ◦ blue 71

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

Shades of Hot Purple #422647

Tints of Hot Purple #422647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 37.71%
G = 21.71%
B = 40.57%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422647 (or 0x422647) is known color: Hot Purple. HEX triplet: 42, 26 and 47. RGB value is (66,38,71). Sum of RGB (Red+Green+Blue) = 66+38+71=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #422647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422647 is #BDD9B8. Grayscale: #323232. Windows color (decimal): -12442041 or 4662850. OLE color: 4662850.

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

Color convert

RGB 66 38 71 -
CMYK 0.07 0.46 0 0.72
HSL 290.91º 0.3% 0.21% -
HSV(B) 290.91º 0.46% 0.28% -
XYZ 4.08 3 6.33 -
YUV 50.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 66 38 71 0.07 0.46 0 0.72 290.91 0.3 0.21
Hex 42 26 47 7 2E 0 48 123 1E 15
Octal 102 46 107 7 56 0 110 443 36 25
Binary 1000010 100110 1000111 111 101110 0 1001000 100100011 11110 10101

Color Harmonies of #422647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422647

Black with #422647

Text Example


Text Example

White with #422647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422647; }

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

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

background-color css

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

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

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

border-color css

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

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

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