Html Css Color HEX #690F72 Purple

📋 copy color: '#690F72'

red 105 ◦ green 15 ◦ blue 114

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

Shades of Purple #690F72

Tints of Purple #690F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 44.87%
G = 6.41%
B = 48.72%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690F72 (or 0x690F72) is known color: Purple. HEX triplet: 69, 0F and 72. RGB value is (105,15,114). Sum of RGB (Red+Green+Blue) = 105+15+114=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #690F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F72 is #96F08D. Grayscale: #343434. Windows color (decimal): -9891982 or 7475049. OLE color: 7475049.

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

Color convert

RGB 105 15 114 -
CMYK 0.08 0.87 0 0.55
HSL 294.55º 0.77% 0.25% -
HSV(B) 294.55º 0.87% 0.45% -
XYZ 9.03 4.56 16.32 -
YUV 53.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 105 15 114 0.08 0.87 0 0.55 294.55 0.77 0.25
Hex 69 F 72 8 57 0 37 127 4D 19
Octal 151 17 162 10 127 0 67 447 115 31
Binary 1101001 1111 1110010 1000 1010111 0 110111 100100111 1001101 11001

Color Harmonies of #690F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F72

Black with #690F72

Text Example


Text Example

White with #690F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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