Html Css Color HEX #690236 Tyrian Purple

📋 copy color: '#690236'

red 105 ◦ green 2 ◦ blue 54

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

Shades of Tyrian Purple #690236

Tints of Tyrian Purple #690236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

 BLUE value IS 54 (21.48% from 255) = 33.54%

R = 65.22%
G = 1.24%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#690236 (or 0x690236) is known color: Tyrian Purple. HEX triplet: 69, 02 and 36. RGB value is (105,2,54). Sum of RGB (Red+Green+Blue) = 105+2+54=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #690236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690236 is #96FDC9. Grayscale: #262626. Windows color (decimal): -9895370 or 3539561. OLE color: 3539561.

HSL color Cylindrical-coordinate representation of color #690236: hue angle of 329.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690236 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 2 54 -
CMYK 0 0.98 0.49 0.59
HSL 329.71º 0.96% 0.21% -
HSV(B) 329.71º 0.98% 0.41% -
XYZ 6.51 3.31 3.79 -
YUV 38.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 105 2 54 0 0.98 0.49 0.59 329.71 0.96 0.21
Hex 69 2 36 0 62 31 3B 14A 60 15
Octal 151 2 66 0 142 61 73 512 140 25
Binary 1101001 10 110110 0 1100010 110001 111011 101001010 1100000 10101

Color Harmonies of #690236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690236

Black with #690236

Text Example


Text Example

White with #690236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690236; }

 p { color: rgb(105,2,54); }

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

background-color css

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

 a { background-color: rgb(105,2,54); }

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

border-color css

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

 span { border-color: rgb(105,2,54); }

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