Html Css Color HEX #690652 Tyrian Purple

📋 copy color: '#690652'

red 105 ◦ green 6 ◦ blue 82

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

Shades of Tyrian Purple #690652

Tints of Tyrian Purple #690652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

 BLUE value IS 82 (32.42% from 255) = 42.49%

R = 54.4%
G = 3.11%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#690652 (or 0x690652) is known color: Tyrian Purple. HEX triplet: 69, 06 and 52. RGB value is (105,6,82). Sum of RGB (Red+Green+Blue) = 105+6+82=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #690652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690652 is #96F9AD. Grayscale: #2C2C2C. Windows color (decimal): -9894318 or 5375593. OLE color: 5375593.

HSL color Cylindrical-coordinate representation of color #690652: hue angle of 313.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690652 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 82 -
CMYK 0 0.94 0.22 0.59
HSL 313.94º 0.89% 0.22% -
HSV(B) 313.94º 0.94% 0.41% -
XYZ 7.41 3.74 8.31 -
YUV 44.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 105 6 82 0 0.94 0.22 0.59 313.94 0.89 0.22
Hex 69 6 52 0 5E 16 3B 13A 59 16
Octal 151 6 122 0 136 26 73 472 131 26
Binary 1101001 110 1010010 0 1011110 10110 111011 100111010 1011001 10110

Color Harmonies of #690652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690652

Black with #690652

Text Example


Text Example

White with #690652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690652; }

 p { color: rgb(105,6,82); }

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

background-color css

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

 a { background-color: rgb(105,6,82); }

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

border-color css

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

 span { border-color: rgb(105,6,82); }

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