Html Css Color HEX #530152 Tyrian Purple

📋 copy color: '#530152'

red 83 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #530152

Tints of Tyrian Purple #530152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 82 (32.42% from 255) = 49.4%

R = 50%
G = 0.6%
B = 49.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#530152 (or 0x530152) is known color: Tyrian Purple. HEX triplet: 53, 01 and 52. RGB value is (83,1,82). Sum of RGB (Red+Green+Blue) = 83+1+82=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #530152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530152 is #ACFEAD. Grayscale: #222222. Windows color (decimal): -11337390 or 5374291. OLE color: 5374291.

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

Color convert

RGB 83 1 82 -
CMYK 0 0.99 0.01 0.67
HSL 300.73º 0.98% 0.16% -
HSV(B) 300.73º 0.99% 0.33% -
XYZ 5.1 2.47 8.19 -
YUV 34.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 83 1 82 0 0.99 0.01 0.67 300.73 0.98 0.16
Hex 53 1 52 0 63 1 43 12D 62 10
Octal 123 1 122 0 143 1 103 455 142 20
Binary 1010011 1 1010010 0 1100011 1 1000011 100101101 1100010 10000

Color Harmonies of #530152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530152

Black with #530152

Text Example


Text Example

White with #530152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530152; }

 p { color: rgb(83,1,82); }

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

background-color css

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

 a { background-color: rgb(83,1,82); }

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

border-color css

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

 span { border-color: rgb(83,1,82); }

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