Html Css Color HEX #402646 Hot Purple

📋 copy color: '#402646'

red 64 ◦ green 38 ◦ blue 70

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

Shades of Hot Purple #402646

Tints of Hot Purple #402646

RGB

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

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

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

R = 37.21%
G = 22.09%
B = 40.7%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#402646 (or 0x402646) is known color: Hot Purple. HEX triplet: 40, 26 and 46. RGB value is (64,38,70). Sum of RGB (Red+Green+Blue) = 64+38+70=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #402646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402646 is #BFD9B9. Grayscale: #313131. Windows color (decimal): -12573114 or 4597312. OLE color: 4597312.

HSL color Cylindrical-coordinate representation of color #402646: hue angle of 288.75º 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 #402646 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 38 70 -
CMYK 0.09 0.46 0 0.73
HSL 288.75º 0.3% 0.21% -
HSV(B) 288.75º 0.46% 0.27% -
XYZ 3.91 2.92 6.15 -
YUV 49.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 64 38 70 0.09 0.46 0 0.73 288.75 0.3 0.21
Hex 40 26 46 9 2E 0 49 121 1E 15
Octal 100 46 106 11 56 0 111 441 36 25
Binary 1000000 100110 1000110 1001 101110 0 1001001 100100001 11110 10101

Color Harmonies of #402646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402646

Black with #402646

Text Example


Text Example

White with #402646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402646; }

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

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

background-color css

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

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

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

border-color css

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

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

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