Html Css Color HEX #402746 Hot Purple

📋 copy color: '#402746'

red 64 ◦ green 39 ◦ blue 70

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

Shades of Hot Purple #402746

Tints of Hot Purple #402746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.54%

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

R = 36.99%
G = 22.54%
B = 40.46%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#402746 (or 0x402746) is known color: Hot Purple. HEX triplet: 40, 27 and 46. RGB value is (64,39,70). Sum of RGB (Red+Green+Blue) = 64+39+70=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #402746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402746 is #BFD8B9. Grayscale: #313131. Windows color (decimal): -12572858 or 4597568. OLE color: 4597568.

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

Color convert

RGB 64 39 70 -
CMYK 0.09 0.44 0 0.73
HSL 288.39º 0.28% 0.21% -
HSV(B) 288.39º 0.44% 0.27% -
XYZ 3.95 2.98 6.16 -
YUV 50.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 64 39 70 0.09 0.44 0 0.73 288.39 0.28 0.21
Hex 40 27 46 9 2C 0 49 120 1C 15
Octal 100 47 106 11 54 0 111 440 34 25
Binary 1000000 100111 1000110 1001 101100 0 1001001 100100000 11100 10101

Color Harmonies of #402746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402746

Black with #402746

Text Example


Text Example

White with #402746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402746; }

 p { color: rgb(64,39,70); }

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

background-color css

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

 a { background-color: rgb(64,39,70); }

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

border-color css

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

 span { border-color: rgb(64,39,70); }

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