Html Css Color HEX #530258 Hot Purple

📋 copy color: '#530258'

red 83 ◦ green 2 ◦ blue 88

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

Shades of Hot Purple #530258

Tints of Hot Purple #530258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 47.98%
G = 1.16%
B = 50.87%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530258 (or 0x530258) is known color: Hot Purple. HEX triplet: 53, 02 and 58. RGB value is (83,2,88). Sum of RGB (Red+Green+Blue) = 83+2+88=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #530258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530258 is #ACFDA7. Grayscale: #232323. Windows color (decimal): -11337128 or 5767763. OLE color: 5767763.

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

Color convert

RGB 83 2 88 -
CMYK 0.06 0.98 0 0.65
HSL 296.51º 0.96% 0.18% -
HSV(B) 296.51º 0.98% 0.35% -
XYZ 5.35 2.59 9.45 -
YUV 36.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 83 2 88 0.06 0.98 0 0.65 296.51 0.96 0.18
Hex 53 2 58 6 62 0 41 129 60 12
Octal 123 2 130 6 142 0 101 451 140 22
Binary 1010011 10 1011000 110 1100010 0 1000001 100101001 1100000 10010

Color Harmonies of #530258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530258

Black with #530258

Text Example


Text Example

White with #530258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530258; }

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

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

background-color css

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

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

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

border-color css

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

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

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