Html Css Color HEX #530554 Hot Purple

📋 copy color: '#530554'

red 83 ◦ green 5 ◦ blue 84

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

Shades of Hot Purple #530554

Tints of Hot Purple #530554

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 48.26%
G = 2.91%
B = 48.84%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530554 (or 0x530554) is known color: Hot Purple. HEX triplet: 53, 05 and 54. RGB value is (83,5,84). Sum of RGB (Red+Green+Blue) = 83+5+84=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #530554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530554 is #ACFAAB. Grayscale: #252525. Windows color (decimal): -11336364 or 5506387. OLE color: 5506387.

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

Color convert

RGB 83 5 84 -
CMYK 0.01 0.94 0 0.67
HSL 299.24º 0.89% 0.17% -
HSV(B) 299.24º 0.94% 0.33% -
XYZ 5.22 2.59 8.61 -
YUV 37.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 83 5 84 0.01 0.94 0 0.67 299.24 0.89 0.17
Hex 53 5 54 1 5E 0 43 12B 59 11
Octal 123 5 124 1 136 0 103 453 131 21
Binary 1010011 101 1010100 1 1011110 0 1000011 100101011 1011001 10001

Color Harmonies of #530554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530554

Black with #530554

Text Example


Text Example

White with #530554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530554; }

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

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

background-color css

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

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

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

border-color css

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

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

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