Html Css Color HEX #530B62 Hot Purple

📋 copy color: '#530B62'

red 83 ◦ green 11 ◦ blue 98

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

Shades of Hot Purple #530B62

Tints of Hot Purple #530B62

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.73%

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

R = 43.23%
G = 5.73%
B = 51.04%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530B62 (or 0x530B62) is known color: Hot Purple. HEX triplet: 53, 0B and 62. RGB value is (83,11,98). Sum of RGB (Red+Green+Blue) = 83+11+98=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #530B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B62 is #ACF49D. Grayscale: #2A2A2A. Windows color (decimal): -11334814 or 6425427. OLE color: 6425427.

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

Color convert

RGB 83 11 98 -
CMYK 0.15 0.89 0 0.62
HSL 289.66º 0.8% 0.21% -
HSV(B) 289.66º 0.89% 0.38% -
XYZ 5.89 2.96 11.82 -
YUV 42.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 83 11 98 0.15 0.89 0 0.62 289.66 0.8 0.21
Hex 53 B 62 F 59 0 3E 122 50 15
Octal 123 13 142 17 131 0 76 442 120 25
Binary 1010011 1011 1100010 1111 1011001 0 111110 100100010 1010000 10101

Color Harmonies of #530B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B62

Black with #530B62

Text Example


Text Example

White with #530B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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