Html Css Color HEX #690F7E Purple

📋 copy color: '#690F7E'

red 105 ◦ green 15 ◦ blue 126

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

Shades of Purple #690F7E

Tints of Purple #690F7E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 42.68%
G = 6.1%
B = 51.22%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#690F7E (or 0x690F7E) is known color: Purple. HEX triplet: 69, 0F and 7E. RGB value is (105,15,126). Sum of RGB (Red+Green+Blue) = 105+15+126=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #690F7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F7E is #96F081. Grayscale: #363636. Windows color (decimal): -9891970 or 8261481. OLE color: 8261481.

HSL color Cylindrical-coordinate representation of color #690F7E: hue angle of 288.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690F7E is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 15 126 -
CMYK 0.17 0.88 0 0.51
HSL 288.65º 0.79% 0.28% -
HSV(B) 288.65º 0.88% 0.49% -
XYZ 9.76 4.85 20.16 -
YUV 54.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 105 15 126 0.17 0.88 0 0.51 288.65 0.79 0.28
Hex 69 F 7E 11 58 0 33 121 4F 1C
Octal 151 17 176 21 130 0 63 441 117 34
Binary 1101001 1111 1111110 10001 1011000 0 110011 100100001 1001111 11100

Color Harmonies of #690F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F7E

Black with #690F7E

Text Example


Text Example

White with #690F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,126); }

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

background-color css

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

 a { background-color: rgb(105,15,126); }

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

border-color css

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

 span { border-color: rgb(105,15,126); }

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