Html Css Color HEX #530F43 Tyrian Purple

📋 copy color: '#530F43'

red 83 ◦ green 15 ◦ blue 67

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

Shades of Tyrian Purple #530F43

Tints of Tyrian Purple #530F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.61%

R = 50.3%
G = 9.09%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530F43 (or 0x530F43) is known color: Tyrian Purple. HEX triplet: 53, 0F and 43. RGB value is (83,15,67). Sum of RGB (Red+Green+Blue) = 83+15+67=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #530F43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F43 is #ACF0BC. Grayscale: #292929. Windows color (decimal): -11333821 or 4394835. OLE color: 4394835.

HSL color Cylindrical-coordinate representation of color #530F43: hue angle of 314.12º 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 #530F43 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 15 67 -
CMYK 0 0.82 0.19 0.67
HSL 314.12º 0.69% 0.19% -
HSV(B) 314.12º 0.82% 0.33% -
XYZ 4.75 2.59 5.56 -
YUV 41.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 83 15 67 0 0.82 0.19 0.67 314.12 0.69 0.19
Hex 53 F 43 0 52 13 43 13A 45 13
Octal 123 17 103 0 122 23 103 472 105 23
Binary 1010011 1111 1000011 0 1010010 10011 1000011 100111010 1000101 10011

Color Harmonies of #530F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F43

Black with #530F43

Text Example


Text Example

White with #530F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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