Html Css Color HEX #530243 Tyrian Purple

📋 copy color: '#530243'

red 83 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #530243

Tints of Tyrian Purple #530243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 54.61%
G = 1.32%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530243 (or 0x530243) is known color: Tyrian Purple. HEX triplet: 53, 02 and 43. RGB value is (83,2,67). Sum of RGB (Red+Green+Blue) = 83+2+67=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #530243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530243 is #ACFDBC. Grayscale: #212121. Windows color (decimal): -11337149 or 4391507. OLE color: 4391507.

HSL color Cylindrical-coordinate representation of color #530243: hue angle of 311.85º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530243 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 2 67 -
CMYK 0 0.98 0.19 0.67
HSL 311.85º 0.95% 0.17% -
HSV(B) 311.85º 0.98% 0.33% -
XYZ 4.6 2.29 5.51 -
YUV 33.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 83 2 67 0 0.98 0.19 0.67 311.85 0.95 0.17
Hex 53 2 43 0 62 13 43 138 5F 11
Octal 123 2 103 0 142 23 103 470 137 21
Binary 1010011 10 1000011 0 1100010 10011 1000011 100111000 1011111 10001

Color Harmonies of #530243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530243

Black with #530243

Text Example


Text Example

White with #530243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530243; }

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

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

background-color css

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

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

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

border-color css

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

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

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