Html Css Color HEX #600530 Tyrian Purple

📋 copy color: '#600530'

red 96 ◦ green 5 ◦ blue 48

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

Shades of Tyrian Purple #600530

Tints of Tyrian Purple #600530

RGB

 RED value IS 96 (37.89% from 255) = 64.43%

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 48 (19.14% from 255) = 32.21%

R = 64.43%
G = 3.36%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#600530 (or 0x600530) is known color: Tyrian Purple. HEX triplet: 60, 05 and 30. RGB value is (96,5,48). Sum of RGB (Red+Green+Blue) = 96+5+48=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #600530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600530 is #9FFACF. Grayscale: #252525. Windows color (decimal): -10484432 or 3147104. OLE color: 3147104.

HSL color Cylindrical-coordinate representation of color #600530: hue angle of 331.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600530 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 5 48 -
CMYK 0 0.95 0.50 0.62
HSL 331.65º 0.9% 0.2% -
HSV(B) 331.65º 0.95% 0.38% -
XYZ 5.41 2.81 3.05 -
YUV 37.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 96 5 48 0 0.95 0.50 0.62 331.65 0.9 0.2
Hex 60 5 30 0 5F 32 3E 14C 5A 14
Octal 140 5 60 0 137 62 76 514 132 24
Binary 1100000 101 110000 0 1011111 110010 111110 101001100 1011010 10100

Color Harmonies of #600530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600530

Black with #600530

Text Example


Text Example

White with #600530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600530; }

 p { color: rgb(96,5,48); }

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

background-color css

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

 a { background-color: rgb(96,5,48); }

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

border-color css

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

 span { border-color: rgb(96,5,48); }

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