Html Css Color HEX #690172 Purple

📋 copy color: '#690172'

red 105 ◦ green 1 ◦ blue 114

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

Shades of Purple #690172

Tints of Purple #690172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 47.73%
G = 0.45%
B = 51.82%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690172 (or 0x690172) is known color: Purple. HEX triplet: 69, 01 and 72. RGB value is (105,1,114). Sum of RGB (Red+Green+Blue) = 105+1+114=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #690172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690172 is #96FE8D. Grayscale: #2C2C2C. Windows color (decimal): -9895566 or 7471465. OLE color: 7471465.

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

Color convert

RGB 105 1 114 -
CMYK 0.08 0.99 0 0.55
HSL 295.22º 0.98% 0.23% -
HSV(B) 295.22º 0.99% 0.45% -
XYZ 8.87 4.24 16.27 -
YUV 44.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 105 1 114 0.08 0.99 0 0.55 295.22 0.98 0.23
Hex 69 1 72 8 63 0 37 127 62 17
Octal 151 1 162 10 143 0 67 447 142 27
Binary 1101001 1 1110010 1000 1100011 0 110111 100100111 1100010 10111

Color Harmonies of #690172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690172

Black with #690172

Text Example


Text Example

White with #690172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690172; }

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

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

background-color css

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

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

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

border-color css

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

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

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