Html Css Color HEX #530852 Hot Purple

📋 copy color: '#530852'

red 83 ◦ green 8 ◦ blue 82

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

Shades of Hot Purple #530852

Tints of Hot Purple #530852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 82 (32.42% from 255) = 47.4%

R = 47.98%
G = 4.62%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#530852 (or 0x530852) is known color: Hot Purple. HEX triplet: 53, 08 and 52. RGB value is (83,8,82). Sum of RGB (Red+Green+Blue) = 83+8+82=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530852 is #ACF7AD. Grayscale: #262626. Windows color (decimal): -11335598 or 5376083. OLE color: 5376083.

HSL color Cylindrical-coordinate representation of color #530852: hue angle of 300.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530852 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 82 -
CMYK 0 0.90 0.01 0.67
HSL 300.8º 0.82% 0.18% -
HSV(B) 300.8º 0.9% 0.33% -
XYZ 5.18 2.62 8.22 -
YUV 38.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 83 8 82 0 0.90 0.01 0.67 300.8 0.82 0.18
Hex 53 8 52 0 5A 1 43 12D 52 12
Octal 123 10 122 0 132 1 103 455 122 22
Binary 1010011 1000 1010010 0 1011010 1 1000011 100101101 1010010 10010

Color Harmonies of #530852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530852

Black with #530852

Text Example


Text Example

White with #530852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530852; }

 p { color: rgb(83,8,82); }

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

background-color css

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

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

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

border-color css

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

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

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