Html Css Color HEX #460953 Hot Purple

📋 copy color: '#460953'

red 70 ◦ green 9 ◦ blue 83

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

Shades of Hot Purple #460953

Tints of Hot Purple #460953

RGB

 RED value IS 70 (27.73% from 255) = 43.21%

 GREEN value IS 9 (3.91% from 255) = 5.56%

 BLUE value IS 83 (32.81% from 255) = 51.23%

R = 43.21%
G = 5.56%
B = 51.23%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#460953 (or 0x460953) is known color: Hot Purple. HEX triplet: 46, 09 and 53. RGB value is (70,9,83). Sum of RGB (Red+Green+Blue) = 70+9+83=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #460953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460953 is #B9F6AC. Grayscale: #232323. Windows color (decimal): -12187309 or 5441862. OLE color: 5441862.

HSL color Cylindrical-coordinate representation of color #460953: hue angle of 289.46º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460953 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 9 83 -
CMYK 0.16 0.89 0 0.67
HSL 289.46º 0.8% 0.18% -
HSV(B) 289.46º 0.89% 0.33% -
XYZ 4.18 2.12 8.37 -
YUV 35.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 70 9 83 0.16 0.89 0 0.67 289.46 0.8 0.18
Hex 46 9 53 10 59 0 43 121 50 12
Octal 106 11 123 20 131 0 103 441 120 22
Binary 1000110 1001 1010011 10000 1011001 0 1000011 100100001 1010000 10010

Color Harmonies of #460953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460953

Black with #460953

Text Example


Text Example

White with #460953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460953; }

 p { color: rgb(70,9,83); }

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

background-color css

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

 a { background-color: rgb(70,9,83); }

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

border-color css

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

 span { border-color: rgb(70,9,83); }

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