Html Css Color HEX #690170 Purple

📋 copy color: '#690170'

red 105 ◦ green 1 ◦ blue 112

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

Shades of Purple #690170

Tints of Purple #690170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.38%

R = 48.17%
G = 0.46%
B = 51.38%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690170 (or 0x690170) is known color: Purple. HEX triplet: 69, 01 and 70. RGB value is (105,1,112). Sum of RGB (Red+Green+Blue) = 105+1+112=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #690170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690170 is #96FE8F. Grayscale: #2C2C2C. Windows color (decimal): -9895568 or 7340393. OLE color: 7340393.

HSL color Cylindrical-coordinate representation of color #690170: hue angle of 296.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690170 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 1 112 -
CMYK 0.06 0.99 0 0.56
HSL 296.22º 0.98% 0.22% -
HSV(B) 296.22º 0.99% 0.44% -
XYZ 8.76 4.19 15.68 -
YUV 44.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 105 1 112 0.06 0.99 0 0.56 296.22 0.98 0.22
Hex 69 1 70 6 63 0 38 128 62 16
Octal 151 1 160 6 143 0 70 450 142 26
Binary 1101001 1 1110000 110 1100011 0 111000 100101000 1100010 10110

Color Harmonies of #690170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690170

Black with #690170

Text Example


Text Example

White with #690170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690170; }

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

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

background-color css

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

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

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

border-color css

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

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

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