Html Css Color HEX #402247 Hot Purple

📋 copy color: '#402247'

red 64 ◦ green 34 ◦ blue 71

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

Shades of Hot Purple #402247

Tints of Hot Purple #402247

RGB

 RED value IS 64 (25.39% from 255) = 37.87%

 GREEN value IS 34 (13.67% from 255) = 20.12%

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

R = 37.87%
G = 20.12%
B = 42.01%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#402247 (or 0x402247) is known color: Hot Purple. HEX triplet: 40, 22 and 47. RGB value is (64,34,71). Sum of RGB (Red+Green+Blue) = 64+34+71=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #402247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402247 is #BFDDB8. Grayscale: #2F2F2F. Windows color (decimal): -12574137 or 4661824. OLE color: 4661824.

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

Color convert

RGB 64 34 71 -
CMYK 0.10 0.52 0 0.72
HSL 288.65º 0.35% 0.21% -
HSV(B) 288.65º 0.52% 0.28% -
XYZ 3.82 2.69 6.28 -
YUV 47.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 64 34 71 0.10 0.52 0 0.72 288.65 0.35 0.21
Hex 40 22 47 A 34 0 48 121 23 15
Octal 100 42 107 12 64 0 110 441 43 25
Binary 1000000 100010 1000111 1010 110100 0 1001000 100100001 100011 10101

Color Harmonies of #402247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402247

Black with #402247

Text Example


Text Example

White with #402247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402247; }

 p { color: rgb(64,34,71); }

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

background-color css

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

 a { background-color: rgb(64,34,71); }

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

border-color css

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

 span { border-color: rgb(64,34,71); }

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