Html Css Color HEX #530653 Hot Purple

📋 copy color: '#530653'

red 83 ◦ green 6 ◦ blue 83

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

Shades of Hot Purple #530653

Tints of Hot Purple #530653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

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

R = 48.26%
G = 3.49%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#530653 (or 0x530653) is known color: Hot Purple. HEX triplet: 53, 06 and 53. RGB value is (83,6,83). Sum of RGB (Red+Green+Blue) = 83+6+83=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #530653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530653 is #ACF9AC. Grayscale: #252525. Windows color (decimal): -11336109 or 5441107. OLE color: 5441107.

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

Color convert

RGB 83 6 83 -
CMYK 0 0.93 0 0.67
HSL 300º 0.87% 0.17% -
HSV(B) 300º 0.93% 0.33% -
XYZ 5.19 2.59 8.41 -
YUV 37.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 83 6 83 0 0.93 0 0.67 300 0.87 0.17
Hex 53 6 53 0 5D 0 43 12C 57 11
Octal 123 6 123 0 135 0 103 454 127 21
Binary 1010011 110 1010011 0 1011101 0 1000011 100101100 1010111 10001

Color Harmonies of #530653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530653

Black with #530653

Text Example


Text Example

White with #530653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530653; }

 p { color: rgb(83,6,83); }

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

background-color css

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

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

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

border-color css

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

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

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