Html Css Color HEX #690556 Tyrian Purple

📋 copy color: '#690556'

red 105 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #690556

Tints of Tyrian Purple #690556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43.88%

R = 53.57%
G = 2.55%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#690556 (or 0x690556) is known color: Tyrian Purple. HEX triplet: 69, 05 and 56. RGB value is (105,5,86). Sum of RGB (Red+Green+Blue) = 105+5+86=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #690556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690556 is #96FAA9. Grayscale: #2B2B2B. Windows color (decimal): -9894570 or 5637481. OLE color: 5637481.

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

Color convert

RGB 105 5 86 -
CMYK 0 0.95 0.18 0.59
HSL 311.4º 0.91% 0.22% -
HSV(B) 311.4º 0.95% 0.41% -
XYZ 7.56 3.78 9.14 -
YUV 44.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 105 5 86 0 0.95 0.18 0.59 311.4 0.91 0.22
Hex 69 5 56 0 5F 12 3B 137 5B 16
Octal 151 5 126 0 137 22 73 467 133 26
Binary 1101001 101 1010110 0 1011111 10010 111011 100110111 1011011 10110

Color Harmonies of #690556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690556

Black with #690556

Text Example


Text Example

White with #690556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690556; }

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

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

background-color css

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

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

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

border-color css

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

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

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