Html Css Color HEX #690255 Tyrian Purple

📋 copy color: '#690255'

red 105 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #690255

Tints of Tyrian Purple #690255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 54.69%
G = 1.04%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#690255 (or 0x690255) is known color: Tyrian Purple. HEX triplet: 69, 02 and 55. RGB value is (105,2,85). Sum of RGB (Red+Green+Blue) = 105+2+85=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #690255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690255 is #96FDAA. Grayscale: #2A2A2A. Windows color (decimal): -9895339 or 5571177. OLE color: 5571177.

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

Color convert

RGB 105 2 85 -
CMYK 0 0.98 0.19 0.59
HSL 311.65º 0.96% 0.21% -
HSV(B) 311.65º 0.98% 0.41% -
XYZ 7.49 3.7 8.91 -
YUV 42.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 105 2 85 0 0.98 0.19 0.59 311.65 0.96 0.21
Hex 69 2 55 0 62 13 3B 138 60 15
Octal 151 2 125 0 142 23 73 470 140 25
Binary 1101001 10 1010101 0 1100010 10011 111011 100111000 1100000 10101

Color Harmonies of #690255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690255

Black with #690255

Text Example


Text Example

White with #690255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690255; }

 p { color: rgb(105,2,85); }

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

background-color css

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

 a { background-color: rgb(105,2,85); }

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

border-color css

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

 span { border-color: rgb(105,2,85); }

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