#530B4E

Color #530B4E Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #530B4E

Tints of Hot Purple #530B4E

Color information

#530B4E (or 0x530B4E) is unknown color: approx Hot Purple. HEX triplet: 53, 0B and 4E. RGB value is (83,11,78). Sum of RGB (Red+Green+Blue) = 83+11+78=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B4E is #ACF4B1. Grayscale: #272727. Windows color (decimal): -11334834 or 5114707. OLE color: 5114707.

HSL color Cylindrical-coordinate representation of color #530B4E: hue angle of 304.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B4E is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB831178-
CMYK00.870.060.67
HSL304.17º76.6%18.43%-
HSV(B)304.17º86.75%32.55%-
XYZ5.062.637.45-
YUV40.17149.35158.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=48.26%
G=6.40%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83117800.870.060.67304.1776.618.43
Hex53B4E0576431304d12
Octal123131160127610346011522
Binary101001110111001110010101111101000011100110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #530B4E;
 }
 .AnyTagClassName
 {
   color: #530B4E;
 }
</style>
background-color css

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

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

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

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

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

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