Html Css Color HEX #670430 Tyrian Purple

📋 copy color: '#670430'

red 103 ◦ green 4 ◦ blue 48

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

Shades of Tyrian Purple #670430

Tints of Tyrian Purple #670430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 66.45%
G = 2.58%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#670430 (or 0x670430) is known color: Tyrian Purple. HEX triplet: 67, 04 and 30. RGB value is (103,4,48). Sum of RGB (Red+Green+Blue) = 103+4+48=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #670430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670430 is #98FBCF. Grayscale: #262626. Windows color (decimal): -10025936 or 3146855. OLE color: 3146855.

HSL color Cylindrical-coordinate representation of color #670430: hue angle of 333.33º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670430 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 4 48 -
CMYK 0 0.96 0.53 0.60
HSL 333.33º 0.93% 0.21% -
HSV(B) 333.33º 0.96% 0.4% -
XYZ 6.17 3.18 3.09 -
YUV 38.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 103 4 48 0 0.96 0.53 0.60 333.33 0.93 0.21
Hex 67 4 30 0 60 35 3C 14D 5D 15
Octal 147 4 60 0 140 65 74 515 135 25
Binary 1100111 100 110000 0 1100000 110101 111100 101001101 1011101 10101

Color Harmonies of #670430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670430

Black with #670430

Text Example


Text Example

White with #670430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670430; }

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

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

background-color css

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

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

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

border-color css

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

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

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