Html Css Color HEX #530027 Tyrian Purple

📋 copy color: '#530027'

red 83 ◦ green 0 ◦ blue 39

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

Shades of Tyrian Purple #530027

Tints of Tyrian Purple #530027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 68.03%
G = 0%
B = 31.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#530027 (or 0x530027) is known color: Tyrian Purple. HEX triplet: 53, 00 and 27. RGB value is (83,0,39). Sum of RGB (Red+Green+Blue) = 83+0+39=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530027 is #ACFFD8. Grayscale: #1D1D1D. Windows color (decimal): -11337689 or 2555987. OLE color: 2555987.

HSL color Cylindrical-coordinate representation of color #530027: hue angle of 331.81º 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 #530027 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 39 -
CMYK 0 1 0.53 0.67
HSL 331.81º 1% 0.16% -
HSV(B) 331.81º 1% 0.33% -
XYZ 3.93 1.99 2.1 -
YUV 29.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 83 0 39 0 1 0.53 0.67 331.81 1 0.16
Hex 53 0 27 0 64 35 43 14C 64 10
Octal 123 0 47 0 144 65 103 514 144 20
Binary 1010011 0 100111 0 1100100 110101 1000011 101001100 1100100 10000

Color Harmonies of #530027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530027

Black with #530027

Text Example


Text Example

White with #530027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530027; }

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

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

background-color css

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

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

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

border-color css

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

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

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