Html Css Color HEX #690348 Tyrian Purple

📋 copy color: '#690348'

red 105 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #690348

Tints of Tyrian Purple #690348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 58.33%
G = 1.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#690348 (or 0x690348) is known color: Tyrian Purple. HEX triplet: 69, 03 and 48. RGB value is (105,3,72). Sum of RGB (Red+Green+Blue) = 105+3+72=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #690348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690348 is #96FCB7. Grayscale: #292929. Windows color (decimal): -9895096 or 4719465. OLE color: 4719465.

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

Color convert

RGB 105 3 72 -
CMYK 0 0.97 0.31 0.59
HSL 319.41º 0.94% 0.21% -
HSV(B) 319.41º 0.97% 0.41% -
XYZ 7.03 3.54 6.44 -
YUV 41.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 105 3 72 0 0.97 0.31 0.59 319.41 0.94 0.21
Hex 69 3 48 0 61 1F 3B 13F 5E 15
Octal 151 3 110 0 141 37 73 477 136 25
Binary 1101001 11 1001000 0 1100001 11111 111011 100111111 1011110 10101

Color Harmonies of #690348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690348

Black with #690348

Text Example


Text Example

White with #690348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690348; }

 p { color: rgb(105,3,72); }

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

background-color css

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

 a { background-color: rgb(105,3,72); }

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

border-color css

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

 span { border-color: rgb(105,3,72); }

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