Html Css Color HEX #530E4B Tyrian Purple

📋 copy color: '#530E4B'

red 83 ◦ green 14 ◦ blue 75

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

Shades of Tyrian Purple #530E4B

Tints of Tyrian Purple #530E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.14%

 BLUE value IS 75 (29.69% from 255) = 43.6%

R = 48.26%
G = 8.14%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#530E4B (or 0x530E4B) is known color: Tyrian Purple. HEX triplet: 53, 0E and 4B. RGB value is (83,14,75). Sum of RGB (Red+Green+Blue) = 83+14+75=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E4B is #ACF1B4. Grayscale: #292929. Windows color (decimal): -11334069 or 4918867. OLE color: 4918867.

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

Color convert

RGB 83 14 75 -
CMYK 0 0.83 0.10 0.67
HSL 306.96º 0.71% 0.19% -
HSV(B) 306.96º 0.83% 0.33% -
XYZ 4.99 2.66 6.91 -
YUV 41.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 83 14 75 0 0.83 0.10 0.67 306.96 0.71 0.19
Hex 53 E 4B 0 53 A 43 133 47 13
Octal 123 16 113 0 123 12 103 463 107 23
Binary 1010011 1110 1001011 0 1010011 1010 1000011 100110011 1000111 10011

Color Harmonies of #530E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E4B

Black with #530E4B

Text Example


Text Example

White with #530E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,14,75); }

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

background-color css

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

 a { background-color: rgb(83,14,75); }

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

border-color css

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

 span { border-color: rgb(83,14,75); }

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