Html Css Color HEX #690C48 Tyrian Purple

📋 copy color: '#690C48'

red 105 ◦ green 12 ◦ blue 72

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

Shades of Tyrian Purple #690C48

Tints of Tyrian Purple #690C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 55.56%
G = 6.35%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#690C48 (or 0x690C48) is known color: Tyrian Purple. HEX triplet: 69, 0C and 48. RGB value is (105,12,72). Sum of RGB (Red+Green+Blue) = 105+12+72=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #690C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C48 is #96F3B7. Grayscale: #2E2E2E. Windows color (decimal): -9892792 or 4721769. OLE color: 4721769.

HSL color Cylindrical-coordinate representation of color #690C48: hue angle of 321.29º 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 #690C48 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 12 72 -
CMYK 0 0.89 0.31 0.59
HSL 321.29º 0.79% 0.23% -
HSV(B) 321.29º 0.89% 0.41% -
XYZ 7.13 3.73 6.48 -
YUV 46.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 105 12 72 0 0.89 0.31 0.59 321.29 0.79 0.23
Hex 69 C 48 0 59 1F 3B 141 4F 17
Octal 151 14 110 0 131 37 73 501 117 27
Binary 1101001 1100 1001000 0 1011001 11111 111011 101000001 1001111 10111

Color Harmonies of #690C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C48

Black with #690C48

Text Example


Text Example

White with #690C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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