Html Css Color HEX #690982 Purple

📋 copy color: '#690982'

red 105 ◦ green 9 ◦ blue 130

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

Shades of Purple #690982

Tints of Purple #690982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.28%

R = 43.03%
G = 3.69%
B = 53.28%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#690982 (or 0x690982) is known color: Purple. HEX triplet: 69, 09 and 82. RGB value is (105,9,130). Sum of RGB (Red+Green+Blue) = 105+9+130=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #690982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690982 is #96F67D. Grayscale: #333333. Windows color (decimal): -9893502 or 8522089. OLE color: 8522089.

HSL color Cylindrical-coordinate representation of color #690982: hue angle of 287.6º 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 #690982 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 9 130 -
CMYK 0.19 0.93 0 0.49
HSL 287.6º 0.87% 0.27% -
HSV(B) 287.6º 0.93% 0.51% -
XYZ 9.95 4.81 21.52 -
YUV 51.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 105 9 130 0.19 0.93 0 0.49 287.6 0.87 0.27
Hex 69 9 82 13 5D 0 31 120 57 1B
Octal 151 11 202 23 135 0 61 440 127 33
Binary 1101001 1001 10000010 10011 1011101 0 110001 100100000 1010111 11011

Color Harmonies of #690982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690982

Black with #690982

Text Example


Text Example

White with #690982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690982; }

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

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

background-color css

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

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

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

border-color css

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

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

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