Html Css Color HEX #670133 Tyrian Purple

📋 copy color: '#670133'

red 103 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #670133

Tints of Tyrian Purple #670133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 66.45%
G = 0.65%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#670133 (or 0x670133) is known color: Tyrian Purple. HEX triplet: 67, 01 and 33. RGB value is (103,1,51). Sum of RGB (Red+Green+Blue) = 103+1+51=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #670133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670133 is #98FECC. Grayscale: #252525. Windows color (decimal): -10026701 or 3342695. OLE color: 3342695.

HSL color Cylindrical-coordinate representation of color #670133: hue angle of 330.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 #670133 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 1 51 -
CMYK 0 0.99 0.50 0.60
HSL 330.59º 0.98% 0.2% -
HSV(B) 330.59º 0.99% 0.4% -
XYZ 6.2 3.14 3.41 -
YUV 37.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 103 1 51 0 0.99 0.50 0.60 330.59 0.98 0.2
Hex 67 1 33 0 63 32 3C 14B 62 14
Octal 147 1 63 0 143 62 74 513 142 24
Binary 1100111 1 110011 0 1100011 110010 111100 101001011 1100010 10100

Color Harmonies of #670133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670133

Black with #670133

Text Example


Text Example

White with #670133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670133; }

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

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

background-color css

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

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

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

border-color css

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

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

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