Html Css Color HEX #690C37 Tyrian Purple

📋 copy color: '#690C37'

red 105 ◦ green 12 ◦ blue 55

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

Shades of Tyrian Purple #690C37

Tints of Tyrian Purple #690C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.98%

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 61.05%
G = 6.98%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#690C37 (or 0x690C37) is known color: Tyrian Purple. HEX triplet: 69, 0C and 37. RGB value is (105,12,55). Sum of RGB (Red+Green+Blue) = 105+12+55=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #690C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C37 is #96F3C8. Grayscale: #2C2C2C. Windows color (decimal): -9892809 or 3607657. OLE color: 3607657.

HSL color Cylindrical-coordinate representation of color #690C37: hue angle of 332.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C37 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 12 55 -
CMYK 0 0.89 0.48 0.59
HSL 332.26º 0.79% 0.23% -
HSV(B) 332.26º 0.89% 0.41% -
XYZ 6.65 3.54 3.95 -
YUV 44.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 105 12 55 0 0.89 0.48 0.59 332.26 0.79 0.23
Hex 69 C 37 0 59 30 3B 14C 4F 17
Octal 151 14 67 0 131 60 73 514 117 27
Binary 1101001 1100 110111 0 1011001 110000 111011 101001100 1001111 10111

Color Harmonies of #690C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C37

Black with #690C37

Text Example


Text Example

White with #690C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690C37; }

 p { color: rgb(105,12,55); }

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

background-color css

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

 a { background-color: rgb(105,12,55); }

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

border-color css

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

 span { border-color: rgb(105,12,55); }

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