Html Css Color HEX #530F3D Tyrian Purple

📋 copy color: '#530F3D'

red 83 ◦ green 15 ◦ blue 61

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

Shades of Tyrian Purple #530F3D

Tints of Tyrian Purple #530F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 52.2%
G = 9.43%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#530F3D (or 0x530F3D) is known color: Tyrian Purple. HEX triplet: 53, 0F and 3D. RGB value is (83,15,61). Sum of RGB (Red+Green+Blue) = 83+15+61=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F3D is #ACF0C2. Grayscale: #282828. Windows color (decimal): -11333827 or 4001619. OLE color: 4001619.

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

Color convert

RGB 83 15 61 -
CMYK 0 0.82 0.27 0.67
HSL 319.41º 0.69% 0.19% -
HSV(B) 319.41º 0.82% 0.33% -
XYZ 4.58 2.52 4.66 -
YUV 40.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 83 15 61 0 0.82 0.27 0.67 319.41 0.69 0.19
Hex 53 F 3D 0 52 1B 43 13F 45 13
Octal 123 17 75 0 122 33 103 477 105 23
Binary 1010011 1111 111101 0 1010010 11011 1000011 100111111 1000101 10011

Color Harmonies of #530F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F3D

Black with #530F3D

Text Example


Text Example

White with #530F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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