Html Css Color HEX #670D30 Tyrian Purple

📋 copy color: '#670D30'

red 103 ◦ green 13 ◦ blue 48

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

Shades of Tyrian Purple #670D30

Tints of Tyrian Purple #670D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.93%

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

R = 62.8%
G = 7.93%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#670D30 (or 0x670D30) is known color: Tyrian Purple. HEX triplet: 67, 0D and 30. RGB value is (103,13,48). Sum of RGB (Red+Green+Blue) = 103+13+48=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #670D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670D30 is #98F2CF. Grayscale: #2B2B2B. Windows color (decimal): -10023632 or 3149159. OLE color: 3149159.

HSL color Cylindrical-coordinate representation of color #670D30: hue angle of 336.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D30 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 13 48 -
CMYK 0 0.87 0.53 0.60
HSL 336.67º 0.78% 0.23% -
HSV(B) 336.67º 0.87% 0.4% -
XYZ 6.27 3.38 3.12 -
YUV 43.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 103 13 48 0 0.87 0.53 0.60 336.67 0.78 0.23
Hex 67 D 30 0 57 35 3C 151 4E 17
Octal 147 15 60 0 127 65 74 521 116 27
Binary 1100111 1101 110000 0 1010111 110101 111100 101010001 1001110 10111

Color Harmonies of #670D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670D30

Black with #670D30

Text Example


Text Example

White with #670D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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