Html Css Color HEX #690885 Purple

📋 copy color: '#690885'

red 105 ◦ green 8 ◦ blue 133

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

Shades of Purple #690885

Tints of Purple #690885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 42.68%
G = 3.25%
B = 54.07%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#690885 (or 0x690885) is known color: Purple. HEX triplet: 69, 08 and 85. RGB value is (105,8,133). Sum of RGB (Red+Green+Blue) = 105+8+133=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #690885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690885 is #96F77A. Grayscale: #323232. Windows color (decimal): -9893755 or 8718441. OLE color: 8718441.

HSL color Cylindrical-coordinate representation of color #690885: hue angle of 286.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690885 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 8 133 -
CMYK 0.21 0.94 0 0.48
HSL 286.56º 0.89% 0.28% -
HSV(B) 286.56º 0.94% 0.52% -
XYZ 10.15 4.87 22.6 -
YUV 51.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 105 8 133 0.21 0.94 0 0.48 286.56 0.89 0.28
Hex 69 8 85 15 5E 0 30 11F 59 1C
Octal 151 10 205 25 136 0 60 437 131 34
Binary 1101001 1000 10000101 10101 1011110 0 110000 100011111 1011001 11100

Color Harmonies of #690885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690885

Black with #690885

Text Example


Text Example

White with #690885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690885; }

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

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

background-color css

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

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

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

border-color css

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

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

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