Html Css Color HEX #690C4B Tyrian Purple

📋 copy color: '#690C4B'

red 105 ◦ green 12 ◦ blue 75

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

Shades of Tyrian Purple #690C4B

Tints of Tyrian Purple #690C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 54.69%
G = 6.25%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#690C4B (or 0x690C4B) is known color: Tyrian Purple. HEX triplet: 69, 0C and 4B. RGB value is (105,12,75). Sum of RGB (Red+Green+Blue) = 105+12+75=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #690C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C4B is #96F3B4. Grayscale: #2E2E2E. Windows color (decimal): -9892789 or 4918377. OLE color: 4918377.

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

Color convert

RGB 105 12 75 -
CMYK 0 0.89 0.29 0.59
HSL 319.35º 0.79% 0.23% -
HSV(B) 319.35º 0.89% 0.41% -
XYZ 7.23 3.77 7 -
YUV 46.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 105 12 75 0 0.89 0.29 0.59 319.35 0.79 0.23
Hex 69 C 4B 0 59 1D 3B 13F 4F 17
Octal 151 14 113 0 131 35 73 477 117 27
Binary 1101001 1100 1001011 0 1011001 11101 111011 100111111 1001111 10111

Color Harmonies of #690C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C4B

Black with #690C4B

Text Example


Text Example

White with #690C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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