Html Css Color HEX #690130 Tyrian Purple

📋 copy color: '#690130'

red 105 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #690130

Tints of Tyrian Purple #690130

RGB

 RED value IS 105 (41.41% from 255) = 68.18%

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

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

R = 68.18%
G = 0.65%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#690130 (or 0x690130) is known color: Tyrian Purple. HEX triplet: 69, 01 and 30. RGB value is (105,1,48). Sum of RGB (Red+Green+Blue) = 105+1+48=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #690130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690130 is #96FECF. Grayscale: #252525. Windows color (decimal): -9895632 or 3146089. OLE color: 3146089.

HSL color Cylindrical-coordinate representation of color #690130: hue angle of 332.88º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690130 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 48 -
CMYK 0 0.99 0.54 0.59
HSL 332.88º 0.98% 0.21% -
HSV(B) 332.88º 0.99% 0.41% -
XYZ 6.37 3.24 3.09 -
YUV 37.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 105 1 48 0 0.99 0.54 0.59 332.88 0.98 0.21
Hex 69 1 30 0 63 36 3B 14D 62 15
Octal 151 1 60 0 143 66 73 515 142 25
Binary 1101001 1 110000 0 1100011 110110 111011 101001101 1100010 10101

Color Harmonies of #690130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690130

Black with #690130

Text Example


Text Example

White with #690130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690130; }

 p { color: rgb(105,1,48); }

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

background-color css

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

 a { background-color: rgb(105,1,48); }

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

border-color css

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

 span { border-color: rgb(105,1,48); }

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