Html Css Color HEX #690450 Tyrian Purple

📋 copy color: '#690450'

red 105 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #690450

Tints of Tyrian Purple #690450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 42.33%

R = 55.56%
G = 2.12%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#690450 (or 0x690450) is known color: Tyrian Purple. HEX triplet: 69, 04 and 50. RGB value is (105,4,80). Sum of RGB (Red+Green+Blue) = 105+4+80=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #690450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690450 is #96FBAF. Grayscale: #2A2A2A. Windows color (decimal): -9894832 or 5244009. OLE color: 5244009.

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

Color convert

RGB 105 4 80 -
CMYK 0 0.96 0.24 0.59
HSL 314.85º 0.93% 0.21% -
HSV(B) 314.85º 0.96% 0.41% -
XYZ 7.32 3.67 7.91 -
YUV 42.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 105 4 80 0 0.96 0.24 0.59 314.85 0.93 0.21
Hex 69 4 50 0 60 18 3B 13B 5D 15
Octal 151 4 120 0 140 30 73 473 135 25
Binary 1101001 100 1010000 0 1100000 11000 111011 100111011 1011101 10101

Color Harmonies of #690450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690450

Black with #690450

Text Example


Text Example

White with #690450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690450; }

 p { color: rgb(105,4,80); }

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

background-color css

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

 a { background-color: rgb(105,4,80); }

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

border-color css

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

 span { border-color: rgb(105,4,80); }

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