Html Css Color HEX #530C4E Hot Purple

📋 copy color: '#530C4E'

red 83 ◦ green 12 ◦ blue 78

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

Shades of Hot Purple #530C4E

Tints of Hot Purple #530C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.09%

R = 47.98%
G = 6.94%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#530C4E (or 0x530C4E) is known color: Hot Purple. HEX triplet: 53, 0C and 4E. RGB value is (83,12,78). Sum of RGB (Red+Green+Blue) = 83+12+78=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C4E is #ACF3B1. Grayscale: #282828. Windows color (decimal): -11334578 or 5114963. OLE color: 5114963.

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

Color convert

RGB 83 12 78 -
CMYK 0 0.86 0.06 0.67
HSL 304.23º 0.75% 0.19% -
HSV(B) 304.23º 0.86% 0.33% -
XYZ 5.07 2.65 7.45 -
YUV 40.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 83 12 78 0 0.86 0.06 0.67 304.23 0.75 0.19
Hex 53 C 4E 0 56 6 43 130 4B 13
Octal 123 14 116 0 126 6 103 460 113 23
Binary 1010011 1100 1001110 0 1010110 110 1000011 100110000 1001011 10011

Color Harmonies of #530C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C4E

Black with #530C4E

Text Example


Text Example

White with #530C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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