Html Css Color HEX #690244 Tyrian Purple

📋 copy color: '#690244'

red 105 ◦ green 2 ◦ blue 68

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

Shades of Tyrian Purple #690244

Tints of Tyrian Purple #690244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 60%
G = 1.14%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#690244 (or 0x690244) is known color: Tyrian Purple. HEX triplet: 69, 02 and 44. RGB value is (105,2,68). Sum of RGB (Red+Green+Blue) = 105+2+68=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #690244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690244 is #96FDBB. Grayscale: #282828. Windows color (decimal): -9895356 or 4457065. OLE color: 4457065.

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

Color convert

RGB 105 2 68 -
CMYK 0 0.98 0.35 0.59
HSL 321.55º 0.96% 0.21% -
HSV(B) 321.55º 0.98% 0.41% -
XYZ 6.89 3.46 5.77 -
YUV 40.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 105 2 68 0 0.98 0.35 0.59 321.55 0.96 0.21
Hex 69 2 44 0 62 23 3B 142 60 15
Octal 151 2 104 0 142 43 73 502 140 25
Binary 1101001 10 1000100 0 1100010 100011 111011 101000010 1100000 10101

Color Harmonies of #690244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690244

Black with #690244

Text Example


Text Example

White with #690244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690244; }

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

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

background-color css

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

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

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

border-color css

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

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

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