Html Css Color HEX #530038 Tyrian Purple

📋 copy color: '#530038'

red 83 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #530038

Tints of Tyrian Purple #530038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 59.71%
G = 0%
B = 40.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#530038 (or 0x530038) is known color: Tyrian Purple. HEX triplet: 53, 00 and 38. RGB value is (83,0,56). Sum of RGB (Red+Green+Blue) = 83+0+56=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #530038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530038 is #ACFFC7. Grayscale: #1F1F1F. Windows color (decimal): -11337672 or 3670099. OLE color: 3670099.

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

Color convert

RGB 83 0 56 -
CMYK 0 1 0.33 0.67
HSL 319.52º 1% 0.16% -
HSV(B) 319.52º 1% 0.33% -
XYZ 4.28 2.12 3.93 -
YUV 31.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 83 0 56 0 1 0.33 0.67 319.52 1 0.16
Hex 53 0 38 0 64 21 43 140 64 10
Octal 123 0 70 0 144 41 103 500 144 20
Binary 1010011 0 111000 0 1100100 100001 1000011 101000000 1100100 10000

Color Harmonies of #530038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530038

Black with #530038

Text Example


Text Example

White with #530038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530038; }

 p { color: rgb(83,0,56); }

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

background-color css

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

 a { background-color: rgb(83,0,56); }

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

border-color css

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

 span { border-color: rgb(83,0,56); }

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