Html Css Color HEX #690682 Purple

📋 copy color: '#690682'

red 105 ◦ green 6 ◦ blue 130

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

Shades of Purple #690682

Tints of Purple #690682

RGB

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

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

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

R = 43.57%
G = 2.49%
B = 53.94%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#690682 (or 0x690682) is known color: Purple. HEX triplet: 69, 06 and 82. RGB value is (105,6,130). Sum of RGB (Red+Green+Blue) = 105+6+130=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #690682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690682 is #96F97D. Grayscale: #313131. Windows color (decimal): -9894270 or 8521321. OLE color: 8521321.

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

Color convert

RGB 105 6 130 -
CMYK 0.19 0.95 0 0.49
HSL 287.9º 0.91% 0.27% -
HSV(B) 287.9º 0.95% 0.51% -
XYZ 9.92 4.75 21.51 -
YUV 49.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 105 6 130 0.19 0.95 0 0.49 287.9 0.91 0.27
Hex 69 6 82 13 5F 0 31 120 5B 1B
Octal 151 6 202 23 137 0 61 440 133 33
Binary 1101001 110 10000010 10011 1011111 0 110001 100100000 1011011 11011

Color Harmonies of #690682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690682

Black with #690682

Text Example


Text Example

White with #690682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690682; }

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

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

background-color css

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

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

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

border-color css

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

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

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