Html Css Color HEX #531454 Hot Purple

📋 copy color: '#531454'

red 83 ◦ green 20 ◦ blue 84

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

Shades of Hot Purple #531454

Tints of Hot Purple #531454

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 44.39%
G = 10.7%
B = 44.92%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531454 (or 0x531454) is known color: Hot Purple. HEX triplet: 53, 14 and 54. RGB value is (83,20,84). Sum of RGB (Red+Green+Blue) = 83+20+84=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #531454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531454 is #ACEBAB. Grayscale: #2D2D2D. Windows color (decimal): -11332524 or 5510227. OLE color: 5510227.

HSL color Cylindrical-coordinate representation of color #531454: hue angle of 299.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531454 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 84 -
CMYK 0.01 0.76 0 0.67
HSL 299.06º 0.62% 0.2% -
HSV(B) 299.06º 0.76% 0.33% -
XYZ 5.42 2.98 8.68 -
YUV 46.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 83 20 84 0.01 0.76 0 0.67 299.06 0.62 0.2
Hex 53 14 54 1 4C 0 43 12B 3E 14
Octal 123 24 124 1 114 0 103 453 76 24
Binary 1010011 10100 1010100 1 1001100 0 1000011 100101011 111110 10100

Color Harmonies of #531454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531454

Black with #531454

Text Example


Text Example

White with #531454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531454; }

 p { color: rgb(83,20,84); }

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

background-color css

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

 a { background-color: rgb(83,20,84); }

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

border-color css

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

 span { border-color: rgb(83,20,84); }

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