Html Css Color HEX #530A5C Hot Purple

📋 copy color: '#530A5C'

red 83 ◦ green 10 ◦ blue 92

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

Shades of Hot Purple #530A5C

Tints of Hot Purple #530A5C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.41%

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 44.86%
G = 5.41%
B = 49.73%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#530A5C (or 0x530A5C) is known color: Hot Purple. HEX triplet: 53, 0A and 5C. RGB value is (83,10,92). Sum of RGB (Red+Green+Blue) = 83+10+92=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #530A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530A5C is #ACF5A3. Grayscale: #282828. Windows color (decimal): -11335076 or 6031955. OLE color: 6031955.

HSL color Cylindrical-coordinate representation of color #530A5C: hue angle of 293.41º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530A5C is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 10 92 -
CMYK 0.10 0.89 0 0.64
HSL 293.41º 0.8% 0.2% -
HSV(B) 293.41º 0.89% 0.36% -
XYZ 5.61 2.83 10.38 -
YUV 41.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 83 10 92 0.10 0.89 0 0.64 293.41 0.8 0.2
Hex 53 A 5C A 59 0 40 125 50 14
Octal 123 12 134 12 131 0 100 445 120 24
Binary 1010011 1010 1011100 1010 1011001 0 1000000 100100101 1010000 10100

Color Harmonies of #530A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A5C

Black with #530A5C

Text Example


Text Example

White with #530A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A5C; }

 p { color: rgb(83,10,92); }

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

background-color css

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

 a { background-color: rgb(83,10,92); }

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

border-color css

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

 span { border-color: rgb(83,10,92); }

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