Html Css Color HEX #670030 Tyrian Purple

📋 copy color: '#670030'

red 103 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #670030

Tints of Tyrian Purple #670030

RGB

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

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

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

R = 68.21%
G = 0%
B = 31.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#670030 (or 0x670030) is known color: Tyrian Purple. HEX triplet: 67, 00 and 30. RGB value is (103,0,48). Sum of RGB (Red+Green+Blue) = 103+0+48=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #670030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670030 is #98FFCF. Grayscale: #242424. Windows color (decimal): -10026960 or 3145831. OLE color: 3145831.

HSL color Cylindrical-coordinate representation of color #670030: hue angle of 332.04º 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 #670030 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 48 -
CMYK 0 1 0.53 0.60
HSL 332.04º 1% 0.2% -
HSV(B) 332.04º 1% 0.4% -
XYZ 6.13 3.1 3.07 -
YUV 36.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 103 0 48 0 1 0.53 0.60 332.04 1 0.2
Hex 67 0 30 0 64 35 3C 14C 64 14
Octal 147 0 60 0 144 65 74 514 144 24
Binary 1100111 0 110000 0 1100100 110101 111100 101001100 1100100 10100

Color Harmonies of #670030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670030

Black with #670030

Text Example


Text Example

White with #670030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670030; }

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

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

background-color css

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

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

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

border-color css

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

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

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