Html Css Color HEX #530C62 Hot Purple

📋 copy color: '#530C62'

red 83 ◦ green 12 ◦ blue 98

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

Shades of Hot Purple #530C62

Tints of Hot Purple #530C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.22%

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 43.01%
G = 6.22%
B = 50.78%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530C62 (or 0x530C62) is known color: Hot Purple. HEX triplet: 53, 0C and 62. RGB value is (83,12,98). Sum of RGB (Red+Green+Blue) = 83+12+98=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #530C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C62 is #ACF39D. Grayscale: #2A2A2A. Windows color (decimal): -11334558 or 6425683. OLE color: 6425683.

HSL color Cylindrical-coordinate representation of color #530C62: hue angle of 289.53º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530C62 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 12 98 -
CMYK 0.15 0.88 0 0.62
HSL 289.53º 0.78% 0.22% -
HSV(B) 289.53º 0.88% 0.38% -
XYZ 5.9 2.98 11.82 -
YUV 43.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 83 12 98 0.15 0.88 0 0.62 289.53 0.78 0.22
Hex 53 C 62 F 58 0 3E 122 4E 16
Octal 123 14 142 17 130 0 76 442 116 26
Binary 1010011 1100 1100010 1111 1011000 0 111110 100100010 1001110 10110

Color Harmonies of #530C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C62

Black with #530C62

Text Example


Text Example

White with #530C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530C62; }

 p { color: rgb(83,12,98); }

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

background-color css

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

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

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

border-color css

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

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

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