Html Css Color HEX #530358 Hot Purple

📋 copy color: '#530358'

red 83 ◦ green 3 ◦ blue 88

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

Shades of Hot Purple #530358

Tints of Hot Purple #530358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 47.7%
G = 1.72%
B = 50.57%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530358 (or 0x530358) is known color: Hot Purple. HEX triplet: 53, 03 and 58. RGB value is (83,3,88). Sum of RGB (Red+Green+Blue) = 83+3+88=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #530358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530358 is #ACFCA7. Grayscale: #242424. Windows color (decimal): -11336872 or 5768019. OLE color: 5768019.

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

Color convert

RGB 83 3 88 -
CMYK 0.06 0.97 0 0.65
HSL 296.47º 0.93% 0.18% -
HSV(B) 296.47º 0.97% 0.35% -
XYZ 5.36 2.61 9.45 -
YUV 36.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 83 3 88 0.06 0.97 0 0.65 296.47 0.93 0.18
Hex 53 3 58 6 61 0 41 128 5D 12
Octal 123 3 130 6 141 0 101 450 135 22
Binary 1010011 11 1011000 110 1100001 0 1000001 100101000 1011101 10010

Color Harmonies of #530358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530358

Black with #530358

Text Example


Text Example

White with #530358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530358; }

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

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

background-color css

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

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

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

border-color css

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

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

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