Html Css Color HEX #402047 Hot Purple

📋 copy color: '#402047'

red 64 ◦ green 32 ◦ blue 71

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

Shades of Hot Purple #402047

Tints of Hot Purple #402047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

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

R = 38.32%
G = 19.16%
B = 42.51%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#402047 (or 0x402047) is known color: Hot Purple. HEX triplet: 40, 20 and 47. RGB value is (64,32,71). Sum of RGB (Red+Green+Blue) = 64+32+71=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #402047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402047 is #BFDFB8. Grayscale: #2D2D2D. Windows color (decimal): -12574649 or 4661312. OLE color: 4661312.

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

Color convert

RGB 64 32 71 -
CMYK 0.10 0.55 0 0.72
HSL 289.23º 0.38% 0.2% -
HSV(B) 289.23º 0.55% 0.28% -
XYZ 3.77 2.58 6.26 -
YUV 46.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 64 32 71 0.10 0.55 0 0.72 289.23 0.38 0.2
Hex 40 20 47 A 37 0 48 121 26 14
Octal 100 40 107 12 67 0 110 441 46 24
Binary 1000000 100000 1000111 1010 110111 0 1001000 100100001 100110 10100

Color Harmonies of #402047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402047

Black with #402047

Text Example


Text Example

White with #402047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402047; }

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

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

background-color css

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

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

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

border-color css

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

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

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