Html Css Color HEX #690075 Purple

📋 copy color: '#690075'

red 105 ◦ green 0 ◦ blue 117

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

Shades of Purple #690075

Tints of Purple #690075

RGB

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

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

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

R = 47.3%
G = 0%
B = 52.7%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#690075 (or 0x690075) is known color: Purple. HEX triplet: 69, 00 and 75. RGB value is (105,0,117). Sum of RGB (Red+Green+Blue) = 105+0+117=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #690075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690075 is #96FF8A. Grayscale: #2C2C2C. Windows color (decimal): -9895819 or 7667817. OLE color: 7667817.

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

Color convert

RGB 105 0 117 -
CMYK 0.10 1 0 0.54
HSL 293.85º 1% 0.23% -
HSV(B) 293.85º 1% 0.46% -
XYZ 9.04 4.29 17.18 -
YUV 44.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 105 0 117 0.10 1 0 0.54 293.85 1 0.23
Hex 69 0 75 A 64 0 36 126 64 17
Octal 151 0 165 12 144 0 66 446 144 27
Binary 1101001 0 1110101 1010 1100100 0 110110 100100110 1100100 10111

Color Harmonies of #690075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690075

Black with #690075

Text Example


Text Example

White with #690075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690075; }

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

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

background-color css

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

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

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

border-color css

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

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

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