Html Css Color HEX #670048 Tyrian Purple

📋 copy color: '#670048'

red 103 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #670048

Tints of Tyrian Purple #670048

RGB

 RED value IS 103 (40.63% from 255) = 58.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 58.86%
G = 0%
B = 41.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#670048 (or 0x670048) is known color: Tyrian Purple. HEX triplet: 67, 00 and 48. RGB value is (103,0,72). Sum of RGB (Red+Green+Blue) = 103+0+72=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #670048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670048 is #98FFB7. Grayscale: #262626. Windows color (decimal): -10026936 or 4718695. OLE color: 4718695.

HSL color Cylindrical-coordinate representation of color #670048: hue angle of 318.06º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670048 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 72 -
CMYK 0 1 0.30 0.60
HSL 318.06º 1% 0.2% -
HSV(B) 318.06º 1% 0.4% -
XYZ 6.76 3.35 6.42 -
YUV 39.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 103 0 72 0 1 0.30 0.60 318.06 1 0.2
Hex 67 0 48 0 64 1E 3C 13E 64 14
Octal 147 0 110 0 144 36 74 476 144 24
Binary 1100111 0 1001000 0 1100100 11110 111100 100111110 1100100 10100

Color Harmonies of #670048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670048

Black with #670048

Text Example


Text Example

White with #670048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670048; }

 p { color: rgb(103,0,72); }

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

background-color css

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

 a { background-color: rgb(103,0,72); }

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

border-color css

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

 span { border-color: rgb(103,0,72); }

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