Html Css Color HEX #600F4B Tyrian Purple

📋 copy color: '#600F4B'

red 96 ◦ green 15 ◦ blue 75

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

Shades of Tyrian Purple #600F4B

Tints of Tyrian Purple #600F4B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 51.61%
G = 8.06%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#600F4B (or 0x600F4B) is known color: Tyrian Purple. HEX triplet: 60, 0F and 4B. RGB value is (96,15,75). Sum of RGB (Red+Green+Blue) = 96+15+75=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F4B is #9FF0B4. Grayscale: #2D2D2D. Windows color (decimal): -10481845 or 4919136. OLE color: 4919136.

HSL color Cylindrical-coordinate representation of color #600F4B: hue angle of 315.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F4B is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 75 -
CMYK 0 0.84 0.22 0.62
HSL 315.56º 0.73% 0.22% -
HSV(B) 315.56º 0.84% 0.38% -
XYZ 6.26 3.34 6.97 -
YUV 46.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 96 15 75 0 0.84 0.22 0.62 315.56 0.73 0.22
Hex 60 F 4B 0 54 16 3E 13C 49 16
Octal 140 17 113 0 124 26 76 474 111 26
Binary 1100000 1111 1001011 0 1010100 10110 111110 100111100 1001001 10110

Color Harmonies of #600F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F4B

Black with #600F4B

Text Example


Text Example

White with #600F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F4B; }

 p { color: rgb(96,15,75); }

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

background-color css

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

 a { background-color: rgb(96,15,75); }

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

border-color css

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

 span { border-color: rgb(96,15,75); }

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