Html Css Color HEX #530658 Hot Purple

📋 copy color: '#530658'

red 83 ◦ green 6 ◦ blue 88

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

Shades of Hot Purple #530658

Tints of Hot Purple #530658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.72%

R = 46.89%
G = 3.39%
B = 49.72%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530658 (or 0x530658) is known color: Hot Purple. HEX triplet: 53, 06 and 58. RGB value is (83,6,88). Sum of RGB (Red+Green+Blue) = 83+6+88=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #530658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530658 is #ACF9A7. Grayscale: #262626. Windows color (decimal): -11336104 or 5768787. OLE color: 5768787.

HSL color Cylindrical-coordinate representation of color #530658: hue angle of 296.34º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530658 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 6 88 -
CMYK 0.06 0.93 0 0.65
HSL 296.34º 0.87% 0.18% -
HSV(B) 296.34º 0.93% 0.35% -
XYZ 5.39 2.67 9.46 -
YUV 38.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 83 6 88 0.06 0.93 0 0.65 296.34 0.87 0.18
Hex 53 6 58 6 5D 0 41 128 57 12
Octal 123 6 130 6 135 0 101 450 127 22
Binary 1010011 110 1011000 110 1011101 0 1000001 100101000 1010111 10010

Color Harmonies of #530658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530658

Black with #530658

Text Example


Text Example

White with #530658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530658; }

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

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

background-color css

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

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

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

border-color css

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

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

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