Html Css Color HEX #690F71 Purple

📋 copy color: '#690F71'

red 105 ◦ green 15 ◦ blue 113

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

Shades of Purple #690F71

Tints of Purple #690F71

RGB

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

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

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

R = 45.06%
G = 6.44%
B = 48.5%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690F71 (or 0x690F71) is known color: Purple. HEX triplet: 69, 0F and 71. RGB value is (105,15,113). Sum of RGB (Red+Green+Blue) = 105+15+113=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #690F71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F71 is #96F08E. Grayscale: #343434. Windows color (decimal): -9891983 or 7409513. OLE color: 7409513.

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

Color convert

RGB 105 15 113 -
CMYK 0.07 0.87 0 0.56
HSL 295.1º 0.77% 0.25% -
HSV(B) 295.1º 0.87% 0.44% -
XYZ 8.98 4.54 16.03 -
YUV 53.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 105 15 113 0.07 0.87 0 0.56 295.1 0.77 0.25
Hex 69 F 71 7 57 0 38 127 4D 19
Octal 151 17 161 7 127 0 70 447 115 31
Binary 1101001 1111 1110001 111 1010111 0 111000 100100111 1001101 11001

Color Harmonies of #690F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F71

Black with #690F71

Text Example


Text Example

White with #690F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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