Html Css Color HEX #690882 Purple

📋 copy color: '#690882'

red 105 ◦ green 8 ◦ blue 130

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

Shades of Purple #690882

Tints of Purple #690882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 43.21%
G = 3.29%
B = 53.5%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#690882 (or 0x690882) is known color: Purple. HEX triplet: 69, 08 and 82. RGB value is (105,8,130). Sum of RGB (Red+Green+Blue) = 105+8+130=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #690882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690882 is #96F77D. Grayscale: #323232. Windows color (decimal): -9893758 or 8521833. OLE color: 8521833.

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

Color convert

RGB 105 8 130 -
CMYK 0.19 0.94 0 0.49
HSL 287.7º 0.88% 0.27% -
HSV(B) 287.7º 0.94% 0.51% -
XYZ 9.94 4.79 21.52 -
YUV 50.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 105 8 130 0.19 0.94 0 0.49 287.7 0.88 0.27
Hex 69 8 82 13 5E 0 31 120 58 1B
Octal 151 10 202 23 136 0 61 440 130 33
Binary 1101001 1000 10000010 10011 1011110 0 110001 100100000 1011000 11011

Color Harmonies of #690882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690882

Black with #690882

Text Example


Text Example

White with #690882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690882; }

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

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

background-color css

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

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

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

border-color css

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

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

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