Html Css Color HEX #690983 Purple

📋 copy color: '#690983'

red 105 ◦ green 9 ◦ blue 131

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

Shades of Purple #690983

Tints of Purple #690983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.47%

R = 42.86%
G = 3.67%
B = 53.47%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#690983 (or 0x690983) is known color: Purple. HEX triplet: 69, 09 and 83. RGB value is (105,9,131). Sum of RGB (Red+Green+Blue) = 105+9+131=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #690983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690983 is #96F67C. Grayscale: #333333. Windows color (decimal): -9893501 or 8587625. OLE color: 8587625.

HSL color Cylindrical-coordinate representation of color #690983: hue angle of 287.21º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690983 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 9 131 -
CMYK 0.20 0.93 0 0.49
HSL 287.21º 0.87% 0.27% -
HSV(B) 287.21º 0.93% 0.51% -
XYZ 10.02 4.84 21.88 -
YUV 51.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 105 9 131 0.20 0.93 0 0.49 287.21 0.87 0.27
Hex 69 9 83 14 5D 0 31 11F 57 1B
Octal 151 11 203 24 135 0 61 437 127 33
Binary 1101001 1001 10000011 10100 1011101 0 110001 100011111 1010111 11011

Color Harmonies of #690983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690983

Black with #690983

Text Example


Text Example

White with #690983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690983; }

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

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

background-color css

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

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

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

border-color css

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

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

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