Html Css Color HEX #690C43 Tyrian Purple

📋 copy color: '#690C43'

red 105 ◦ green 12 ◦ blue 67

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

Shades of Tyrian Purple #690C43

Tints of Tyrian Purple #690C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 57.07%
G = 6.52%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#690C43 (or 0x690C43) is known color: Tyrian Purple. HEX triplet: 69, 0C and 43. RGB value is (105,12,67). Sum of RGB (Red+Green+Blue) = 105+12+67=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #690C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C43 is #96F3BC. Grayscale: #2D2D2D. Windows color (decimal): -9892797 or 4394089. OLE color: 4394089.

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

Color convert

RGB 105 12 67 -
CMYK 0 0.89 0.36 0.59
HSL 324.52º 0.79% 0.23% -
HSV(B) 324.52º 0.89% 0.41% -
XYZ 6.97 3.67 5.65 -
YUV 46.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 105 12 67 0 0.89 0.36 0.59 324.52 0.79 0.23
Hex 69 C 43 0 59 24 3B 145 4F 17
Octal 151 14 103 0 131 44 73 505 117 27
Binary 1101001 1100 1000011 0 1011001 100100 111011 101000101 1001111 10111

Color Harmonies of #690C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C43

Black with #690C43

Text Example


Text Example

White with #690C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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