Html Css Color HEX #690253 Tyrian Purple

📋 copy color: '#690253'

red 105 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #690253

Tints of Tyrian Purple #690253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 55.26%
G = 1.05%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#690253 (or 0x690253) is known color: Tyrian Purple. HEX triplet: 69, 02 and 53. RGB value is (105,2,83). Sum of RGB (Red+Green+Blue) = 105+2+83=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #690253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690253 is #96FDAC. Grayscale: #292929. Windows color (decimal): -9895341 or 5440105. OLE color: 5440105.

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

Color convert

RGB 105 2 83 -
CMYK 0 0.98 0.21 0.59
HSL 312.82º 0.96% 0.21% -
HSV(B) 312.82º 0.98% 0.41% -
XYZ 7.41 3.67 8.5 -
YUV 42.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 105 2 83 0 0.98 0.21 0.59 312.82 0.96 0.21
Hex 69 2 53 0 62 15 3B 139 60 15
Octal 151 2 123 0 142 25 73 471 140 25
Binary 1101001 10 1010011 0 1100010 10101 111011 100111001 1100000 10101

Color Harmonies of #690253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690253

Black with #690253

Text Example


Text Example

White with #690253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690253; }

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

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

background-color css

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

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

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

border-color css

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

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

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