Html Css Color HEX #690A71 Purple

📋 copy color: '#690A71'

red 105 ◦ green 10 ◦ blue 113

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

Shades of Purple #690A71

Tints of Purple #690A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.39%

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

R = 46.05%
G = 4.39%
B = 49.56%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690A71 (or 0x690A71) is known color: Purple. HEX triplet: 69, 0A and 71. RGB value is (105,10,113). Sum of RGB (Red+Green+Blue) = 105+10+113=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #690A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A71 is #96F58E. Grayscale: #313131. Windows color (decimal): -9893263 or 7408233. OLE color: 7408233.

HSL color Cylindrical-coordinate representation of color #690A71: hue angle of 295.34º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690A71 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 10 113 -
CMYK 0.07 0.91 0 0.56
HSL 295.34º 0.84% 0.24% -
HSV(B) 295.34º 0.91% 0.44% -
XYZ 8.91 4.41 16 -
YUV 50.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 105 10 113 0.07 0.91 0 0.56 295.34 0.84 0.24
Hex 69 A 71 7 5B 0 38 127 54 18
Octal 151 12 161 7 133 0 70 447 124 30
Binary 1101001 1010 1110001 111 1011011 0 111000 100100111 1010100 11000

Color Harmonies of #690A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A71

Black with #690A71

Text Example


Text Example

White with #690A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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