Html Css Color HEX #530252 Tyrian Purple

📋 copy color: '#530252'

red 83 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #530252

Tints of Tyrian Purple #530252

RGB

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

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

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

R = 49.7%
G = 1.2%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#530252 (or 0x530252) is known color: Tyrian Purple. HEX triplet: 53, 02 and 52. RGB value is (83,2,82). Sum of RGB (Red+Green+Blue) = 83+2+82=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #530252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530252 is #ACFDAD. Grayscale: #232323. Windows color (decimal): -11337134 or 5374547. OLE color: 5374547.

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

Color convert

RGB 83 2 82 -
CMYK 0 0.98 0.01 0.67
HSL 300.74º 0.95% 0.17% -
HSV(B) 300.74º 0.98% 0.33% -
XYZ 5.11 2.49 8.19 -
YUV 35.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 83 2 82 0 0.98 0.01 0.67 300.74 0.95 0.17
Hex 53 2 52 0 62 1 43 12D 5F 11
Octal 123 2 122 0 142 1 103 455 137 21
Binary 1010011 10 1010010 0 1100010 1 1000011 100101101 1011111 10001

Color Harmonies of #530252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530252

Black with #530252

Text Example


Text Example

White with #530252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530252; }

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

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

background-color css

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

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

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

border-color css

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

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

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