Html Css Color HEX #690F35 Tyrian Purple

📋 copy color: '#690F35'

red 105 ◦ green 15 ◦ blue 53

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

Shades of Tyrian Purple #690F35

Tints of Tyrian Purple #690F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 53 (21.09% from 255) = 30.64%

R = 60.69%
G = 8.67%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#690F35 (or 0x690F35) is known color: Tyrian Purple. HEX triplet: 69, 0F and 35. RGB value is (105,15,53). Sum of RGB (Red+Green+Blue) = 105+15+53=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #690F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F35 is #96F0CA. Grayscale: #2E2E2E. Windows color (decimal): -9892043 or 3477353. OLE color: 3477353.

HSL color Cylindrical-coordinate representation of color #690F35: hue angle of 334.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F35 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 15 53 -
CMYK 0 0.86 0.50 0.59
HSL 334.67º 0.75% 0.24% -
HSV(B) 334.67º 0.86% 0.41% -
XYZ 6.64 3.6 3.71 -
YUV 46.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 105 15 53 0 0.86 0.50 0.59 334.67 0.75 0.24
Hex 69 F 35 0 56 32 3B 14F 4B 18
Octal 151 17 65 0 126 62 73 517 113 30
Binary 1101001 1111 110101 0 1010110 110010 111011 101001111 1001011 11000

Color Harmonies of #690F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F35

Black with #690F35

Text Example


Text Example

White with #690F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,53); }

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

background-color css

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

 a { background-color: rgb(105,15,53); }

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

border-color css

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

 span { border-color: rgb(105,15,53); }

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