Html Css Color HEX #690471 Purple

📋 copy color: '#690471'

red 105 ◦ green 4 ◦ blue 113

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

Shades of Purple #690471

Tints of Purple #690471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

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

R = 47.3%
G = 1.8%
B = 50.9%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690471 (or 0x690471) is known color: Purple. HEX triplet: 69, 04 and 71. RGB value is (105,4,113). Sum of RGB (Red+Green+Blue) = 105+4+113=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #690471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690471 is #96FB8E. Grayscale: #2E2E2E. Windows color (decimal): -9894799 or 7406697. OLE color: 7406697.

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

Color convert

RGB 105 4 113 -
CMYK 0.07 0.96 0 0.56
HSL 295.6º 0.93% 0.23% -
HSV(B) 295.6º 0.96% 0.44% -
XYZ 8.85 4.28 15.98 -
YUV 46.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 105 4 113 0.07 0.96 0 0.56 295.6 0.93 0.23
Hex 69 4 71 7 60 0 38 128 5D 17
Octal 151 4 161 7 140 0 70 450 135 27
Binary 1101001 100 1110001 111 1100000 0 111000 100101000 1011101 10111

Color Harmonies of #690471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690471

Black with #690471

Text Example


Text Example

White with #690471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690471; }

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

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

background-color css

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

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

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

border-color css

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

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

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