Html Css Color HEX #690558 Tyrian Purple

📋 copy color: '#690558'

red 105 ◦ green 5 ◦ blue 88

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

Shades of Tyrian Purple #690558

Tints of Tyrian Purple #690558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 88 (34.77% from 255) = 44.44%

R = 53.03%
G = 2.53%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#690558 (or 0x690558) is known color: Tyrian Purple. HEX triplet: 69, 05 and 58. RGB value is (105,5,88). Sum of RGB (Red+Green+Blue) = 105+5+88=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #690558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690558 is #96FAA7. Grayscale: #2C2C2C. Windows color (decimal): -9894568 or 5768553. OLE color: 5768553.

HSL color Cylindrical-coordinate representation of color #690558: hue angle of 310.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690558 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 5 88 -
CMYK 0 0.95 0.16 0.59
HSL 310.2º 0.91% 0.22% -
HSV(B) 310.2º 0.95% 0.41% -
XYZ 7.64 3.82 9.57 -
YUV 44.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 105 5 88 0 0.95 0.16 0.59 310.2 0.91 0.22
Hex 69 5 58 0 5F 10 3B 136 5B 16
Octal 151 5 130 0 137 20 73 466 133 26
Binary 1101001 101 1011000 0 1011111 10000 111011 100110110 1011011 10110

Color Harmonies of #690558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690558

Black with #690558

Text Example


Text Example

White with #690558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690558; }

 p { color: rgb(105,5,88); }

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

background-color css

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

 a { background-color: rgb(105,5,88); }

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

border-color css

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

 span { border-color: rgb(105,5,88); }

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