Html Css Color HEX #690085 Purple

📋 copy color: '#690085'

red 105 ◦ green 0 ◦ blue 133

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

Shades of Purple #690085

Tints of Purple #690085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.12%
G = 0%
B = 55.88%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#690085 (or 0x690085) is known color: Purple. HEX triplet: 69, 00 and 85. RGB value is (105,0,133). Sum of RGB (Red+Green+Blue) = 105+0+133=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #690085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690085 is #96FF7A. Grayscale: #2E2E2E. Windows color (decimal): -9895803 or 8716393. OLE color: 8716393.

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

Color convert

RGB 105 0 133 -
CMYK 0.21 1 0 0.48
HSL 287.37º 1% 0.26% -
HSV(B) 287.37º 1% 0.52% -
XYZ 10.06 4.7 22.57 -
YUV 46.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 105 0 133 0.21 1 0 0.48 287.37 1 0.26
Hex 69 0 85 15 64 0 30 11F 64 1A
Octal 151 0 205 25 144 0 60 437 144 32
Binary 1101001 0 10000101 10101 1100100 0 110000 100011111 1100100 11010

Color Harmonies of #690085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690085

Black with #690085

Text Example


Text Example

White with #690085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690085; }

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

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

background-color css

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

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

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

border-color css

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

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

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