Html Css Color HEX #690132 Tyrian Purple

📋 copy color: '#690132'

red 105 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #690132

Tints of Tyrian Purple #690132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 50 (19.92% from 255) = 32.05%

R = 67.31%
G = 0.64%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#690132 (or 0x690132) is known color: Tyrian Purple. HEX triplet: 69, 01 and 32. RGB value is (105,1,50). Sum of RGB (Red+Green+Blue) = 105+1+50=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #690132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690132 is #96FECD. Grayscale: #252525. Windows color (decimal): -9895630 or 3277161. OLE color: 3277161.

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

Color convert

RGB 105 1 50 -
CMYK 0 0.99 0.52 0.59
HSL 331.73º 0.98% 0.21% -
HSV(B) 331.73º 0.99% 0.41% -
XYZ 6.41 3.26 3.31 -
YUV 37.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 105 1 50 0 0.99 0.52 0.59 331.73 0.98 0.21
Hex 69 1 32 0 63 34 3B 14C 62 15
Octal 151 1 62 0 143 64 73 514 142 25
Binary 1101001 1 110010 0 1100011 110100 111011 101001100 1100010 10101

Color Harmonies of #690132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690132

Black with #690132

Text Example


Text Example

White with #690132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690132; }

 p { color: rgb(105,1,50); }

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

background-color css

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

 a { background-color: rgb(105,1,50); }

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

border-color css

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

 span { border-color: rgb(105,1,50); }

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