Html Css Color HEX #690371 Purple

📋 copy color: '#690371'

red 105 ◦ green 3 ◦ blue 113

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

Shades of Purple #690371

Tints of Purple #690371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

 BLUE value IS 113 (44.53% from 255) = 51.13%

R = 47.51%
G = 1.36%
B = 51.13%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690371 (or 0x690371) is known color: Purple. HEX triplet: 69, 03 and 71. RGB value is (105,3,113). Sum of RGB (Red+Green+Blue) = 105+3+113=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #690371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690371 is #96FC8E. Grayscale: #2D2D2D. Windows color (decimal): -9895055 or 7406441. OLE color: 7406441.

HSL color Cylindrical-coordinate representation of color #690371: hue angle of 295.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690371 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 3 113 -
CMYK 0.07 0.97 0 0.56
HSL 295.64º 0.95% 0.23% -
HSV(B) 295.64º 0.97% 0.44% -
XYZ 8.84 4.26 15.98 -
YUV 46.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 105 3 113 0.07 0.97 0 0.56 295.64 0.95 0.23
Hex 69 3 71 7 61 0 38 128 5F 17
Octal 151 3 161 7 141 0 70 450 137 27
Binary 1101001 11 1110001 111 1100001 0 111000 100101000 1011111 10111

Color Harmonies of #690371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690371

Black with #690371

Text Example


Text Example

White with #690371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690371; }

 p { color: rgb(105,3,113); }

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

background-color css

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

 a { background-color: rgb(105,3,113); }

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

border-color css

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

 span { border-color: rgb(105,3,113); }

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