Html Css Color HEX #690138 Tyrian Purple

📋 copy color: '#690138'

red 105 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #690138

Tints of Tyrian Purple #690138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.57%

R = 64.81%
G = 0.62%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#690138 (or 0x690138) is known color: Tyrian Purple. HEX triplet: 69, 01 and 38. RGB value is (105,1,56). Sum of RGB (Red+Green+Blue) = 105+1+56=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #690138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690138 is #96FEC7. Grayscale: #262626. Windows color (decimal): -9895624 or 3670377. OLE color: 3670377.

HSL color Cylindrical-coordinate representation of color #690138: hue angle of 328.27º 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 #690138 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 56 -
CMYK 0 0.99 0.47 0.59
HSL 328.27º 0.98% 0.21% -
HSV(B) 328.27º 0.99% 0.41% -
XYZ 6.55 3.31 4.04 -
YUV 38.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 105 1 56 0 0.99 0.47 0.59 328.27 0.98 0.21
Hex 69 1 38 0 63 2F 3B 148 62 15
Octal 151 1 70 0 143 57 73 510 142 25
Binary 1101001 1 111000 0 1100011 101111 111011 101001000 1100010 10101

Color Harmonies of #690138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690138

Black with #690138

Text Example


Text Example

White with #690138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690138; }

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

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

background-color css

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

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

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

border-color css

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

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

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