Html Css Color HEX #690185 Purple

📋 copy color: '#690185'

red 105 ◦ green 1 ◦ blue 133

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

Shades of Purple #690185

Tints of Purple #690185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 43.93%
G = 0.42%
B = 55.65%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#690185 (or 0x690185) is known color: Purple. HEX triplet: 69, 01 and 85. RGB value is (105,1,133). Sum of RGB (Red+Green+Blue) = 105+1+133=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #690185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690185 is #96FE7A. Grayscale: #2E2E2E. Windows color (decimal): -9895547 or 8716649. OLE color: 8716649.

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

Color convert

RGB 105 1 133 -
CMYK 0.21 0.99 0 0.48
HSL 287.27º 0.99% 0.26% -
HSV(B) 287.27º 0.99% 0.52% -
XYZ 10.07 4.72 22.57 -
YUV 47.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 105 1 133 0.21 0.99 0 0.48 287.27 0.99 0.26
Hex 69 1 85 15 63 0 30 11F 63 1A
Octal 151 1 205 25 143 0 60 437 143 32
Binary 1101001 1 10000101 10101 1100011 0 110000 100011111 1100011 11010

Color Harmonies of #690185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690185

Black with #690185

Text Example


Text Example

White with #690185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690185; }

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

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

background-color css

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

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

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

border-color css

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

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

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