Html Css Color HEX #690973 Purple

📋 copy color: '#690973'

red 105 ◦ green 9 ◦ blue 115

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

Shades of Purple #690973

Tints of Purple #690973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 45.85%
G = 3.93%
B = 50.22%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690973 (or 0x690973) is known color: Purple. HEX triplet: 69, 09 and 73. RGB value is (105,9,115). Sum of RGB (Red+Green+Blue) = 105+9+115=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #690973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690973 is #96F68C. Grayscale: #313131. Windows color (decimal): -9893517 or 7539049. OLE color: 7539049.

HSL color Cylindrical-coordinate representation of color #690973: hue angle of 294.34º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690973 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 9 115 -
CMYK 0.09 0.92 0 0.55
HSL 294.34º 0.85% 0.24% -
HSV(B) 294.34º 0.92% 0.45% -
XYZ 9.02 4.44 16.6 -
YUV 49.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 105 9 115 0.09 0.92 0 0.55 294.34 0.85 0.24
Hex 69 9 73 9 5C 0 37 126 55 18
Octal 151 11 163 11 134 0 67 446 125 30
Binary 1101001 1001 1110011 1001 1011100 0 110111 100100110 1010101 11000

Color Harmonies of #690973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690973

Black with #690973

Text Example


Text Example

White with #690973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690973; }

 p { color: rgb(105,9,115); }

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

background-color css

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

 a { background-color: rgb(105,9,115); }

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

border-color css

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

 span { border-color: rgb(105,9,115); }

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