Html Css Color HEX #530B5C Hot Purple

📋 copy color: '#530B5C'

red 83 ◦ green 11 ◦ blue 92

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

Shades of Hot Purple #530B5C

Tints of Hot Purple #530B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

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

R = 44.62%
G = 5.91%
B = 49.46%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#530B5C (or 0x530B5C) is known color: Hot Purple. HEX triplet: 53, 0B and 5C. RGB value is (83,11,92). Sum of RGB (Red+Green+Blue) = 83+11+92=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #530B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B5C is #ACF4A3. Grayscale: #292929. Windows color (decimal): -11334820 or 6032211. OLE color: 6032211.

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

Color convert

RGB 83 11 92 -
CMYK 0.10 0.88 0 0.64
HSL 293.33º 0.79% 0.2% -
HSV(B) 293.33º 0.88% 0.36% -
XYZ 5.62 2.85 10.38 -
YUV 41.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 83 11 92 0.10 0.88 0 0.64 293.33 0.79 0.2
Hex 53 B 5C A 58 0 40 125 4F 14
Octal 123 13 134 12 130 0 100 445 117 24
Binary 1010011 1011 1011100 1010 1011000 0 1000000 100100101 1001111 10100

Color Harmonies of #530B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B5C

Black with #530B5C

Text Example


Text Example

White with #530B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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