Html Css Color HEX #690175 Purple

📋 copy color: '#690175'

red 105 ◦ green 1 ◦ blue 117

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

Shades of Purple #690175

Tints of Purple #690175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 47.09%
G = 0.45%
B = 52.47%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#690175 (or 0x690175) is known color: Purple. HEX triplet: 69, 01 and 75. RGB value is (105,1,117). Sum of RGB (Red+Green+Blue) = 105+1+117=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #690175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690175 is #96FE8A. Grayscale: #2C2C2C. Windows color (decimal): -9895563 or 7668073. OLE color: 7668073.

HSL color Cylindrical-coordinate representation of color #690175: hue angle of 293.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690175 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 1 117 -
CMYK 0.10 0.99 0 0.54
HSL 293.79º 0.98% 0.23% -
HSV(B) 293.79º 0.99% 0.46% -
XYZ 9.05 4.31 17.18 -
YUV 45.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 105 1 117 0.10 0.99 0 0.54 293.79 0.98 0.23
Hex 69 1 75 A 63 0 36 126 62 17
Octal 151 1 165 12 143 0 66 446 142 27
Binary 1101001 1 1110101 1010 1100011 0 110110 100100110 1100010 10111

Color Harmonies of #690175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690175

Black with #690175

Text Example


Text Example

White with #690175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690175; }

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

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

background-color css

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

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

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

border-color css

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

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

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