Html Css Color HEX #530854 Hot Purple

📋 copy color: '#530854'

red 83 ◦ green 8 ◦ blue 84

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

Shades of Hot Purple #530854

Tints of Hot Purple #530854

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.57%

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

R = 47.43%
G = 4.57%
B = 48%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530854 (or 0x530854) is known color: Hot Purple. HEX triplet: 53, 08 and 54. RGB value is (83,8,84). Sum of RGB (Red+Green+Blue) = 83+8+84=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #530854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530854 is #ACF7AB. Grayscale: #262626. Windows color (decimal): -11335596 or 5507155. OLE color: 5507155.

HSL color Cylindrical-coordinate representation of color #530854: hue angle of 299.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530854 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 84 -
CMYK 0.01 0.90 0 0.67
HSL 299.21º 0.83% 0.18% -
HSV(B) 299.21º 0.9% 0.33% -
XYZ 5.25 2.65 8.62 -
YUV 39.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 83 8 84 0.01 0.90 0 0.67 299.21 0.83 0.18
Hex 53 8 54 1 5A 0 43 12B 53 12
Octal 123 10 124 1 132 0 103 453 123 22
Binary 1010011 1000 1010100 1 1011010 0 1000011 100101011 1010011 10010

Color Harmonies of #530854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530854

Black with #530854

Text Example


Text Example

White with #530854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530854; }

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

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

background-color css

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

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

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

border-color css

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

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

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