Html Css Color HEX #530F4E Hot Purple

📋 copy color: '#530F4E'

red 83 ◦ green 15 ◦ blue 78

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

Shades of Hot Purple #530F4E

Tints of Hot Purple #530F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.52%

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

R = 47.16%
G = 8.52%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#530F4E (or 0x530F4E) is known color: Hot Purple. HEX triplet: 53, 0F and 4E. RGB value is (83,15,78). Sum of RGB (Red+Green+Blue) = 83+15+78=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #530F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F4E is #ACF0B1. Grayscale: #2A2A2A. Windows color (decimal): -11333810 or 5115731. OLE color: 5115731.

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

Color convert

RGB 83 15 78 -
CMYK 0 0.82 0.06 0.67
HSL 304.41º 0.69% 0.19% -
HSV(B) 304.41º 0.82% 0.33% -
XYZ 5.11 2.73 7.47 -
YUV 42.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 83 15 78 0 0.82 0.06 0.67 304.41 0.69 0.19
Hex 53 F 4E 0 52 6 43 130 45 13
Octal 123 17 116 0 122 6 103 460 105 23
Binary 1010011 1111 1001110 0 1010010 110 1000011 100110000 1000101 10011

Color Harmonies of #530F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F4E

Black with #530F4E

Text Example


Text Example

White with #530F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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