Html Css Color HEX #530432 Tyrian Purple

📋 copy color: '#530432'

red 83 ◦ green 4 ◦ blue 50

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

Shades of Tyrian Purple #530432

Tints of Tyrian Purple #530432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 50 (19.92% from 255) = 36.5%

R = 60.58%
G = 2.92%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#530432 (or 0x530432) is known color: Tyrian Purple. HEX triplet: 53, 04 and 32. RGB value is (83,4,50). Sum of RGB (Red+Green+Blue) = 83+4+50=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530432 is #ACFBCD. Grayscale: #202020. Windows color (decimal): -11336654 or 3277907. OLE color: 3277907.

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

Color convert

RGB 83 4 50 -
CMYK 0 0.95 0.40 0.67
HSL 325.06º 0.91% 0.17% -
HSV(B) 325.06º 0.95% 0.33% -
XYZ 4.19 2.16 3.21 -
YUV 32.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 83 4 50 0 0.95 0.40 0.67 325.06 0.91 0.17
Hex 53 4 32 0 5F 28 43 145 5B 11
Octal 123 4 62 0 137 50 103 505 133 21
Binary 1010011 100 110010 0 1011111 101000 1000011 101000101 1011011 10001

Color Harmonies of #530432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530432

Black with #530432

Text Example


Text Example

White with #530432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530432; }

 p { color: rgb(83,4,50); }

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

background-color css

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

 a { background-color: rgb(83,4,50); }

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

border-color css

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

 span { border-color: rgb(83,4,50); }

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