Html Css Color HEX #670155 Tyrian Purple

📋 copy color: '#670155'

red 103 ◦ green 1 ◦ blue 85

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

Shades of Tyrian Purple #670155

Tints of Tyrian Purple #670155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 54.5%
G = 0.53%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#670155 (or 0x670155) is known color: Tyrian Purple. HEX triplet: 67, 01 and 55. RGB value is (103,1,85). Sum of RGB (Red+Green+Blue) = 103+1+85=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #670155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670155 is #98FEAA. Grayscale: #282828. Windows color (decimal): -10026667 or 5570919. OLE color: 5570919.

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

Color convert

RGB 103 1 85 -
CMYK 0 0.99 0.17 0.60
HSL 310.59º 0.98% 0.2% -
HSV(B) 310.59º 0.99% 0.4% -
XYZ 7.24 3.56 8.9 -
YUV 41.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 103 1 85 0 0.99 0.17 0.60 310.59 0.98 0.2
Hex 67 1 55 0 63 11 3C 137 62 14
Octal 147 1 125 0 143 21 74 467 142 24
Binary 1100111 1 1010101 0 1100011 10001 111100 100110111 1100010 10100

Color Harmonies of #670155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670155

Black with #670155

Text Example


Text Example

White with #670155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670155; }

 p { color: rgb(103,1,85); }

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

background-color css

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

 a { background-color: rgb(103,1,85); }

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

border-color css

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

 span { border-color: rgb(103,1,85); }

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