Html Css Color HEX #462348 Hot Purple

📋 copy color: '#462348'

red 70 ◦ green 35 ◦ blue 72

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

Shades of Hot Purple #462348

Tints of Hot Purple #462348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 39.55%
G = 19.77%
B = 40.68%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#462348 (or 0x462348) is known color: Hot Purple. HEX triplet: 46, 23 and 48. RGB value is (70,35,72). Sum of RGB (Red+Green+Blue) = 70+35+72=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #462348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462348 is #B9DCB7. Grayscale: #313131. Windows color (decimal): -12180664 or 4727622. OLE color: 4727622.

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

Color convert

RGB 70 35 72 -
CMYK 0.03 0.51 0 0.72
HSL 296.76º 0.35% 0.21% -
HSV(B) 296.76º 0.51% 0.28% -
XYZ 4.3 2.97 6.48 -
YUV 49.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 70 35 72 0.03 0.51 0 0.72 296.76 0.35 0.21
Hex 46 23 48 3 33 0 48 129 23 15
Octal 106 43 110 3 63 0 110 451 43 25
Binary 1000110 100011 1001000 11 110011 0 1001000 100101001 100011 10101

Color Harmonies of #462348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462348

Black with #462348

Text Example


Text Example

White with #462348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462348; }

 p { color: rgb(70,35,72); }

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

background-color css

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

 a { background-color: rgb(70,35,72); }

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

border-color css

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

 span { border-color: rgb(70,35,72); }

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