Html Css Color HEX #690D72 Purple

📋 copy color: '#690D72'

red 105 ◦ green 13 ◦ blue 114

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

Shades of Purple #690D72

Tints of Purple #690D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

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

R = 45.26%
G = 5.6%
B = 49.14%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690D72 (or 0x690D72) is known color: Purple. HEX triplet: 69, 0D and 72. RGB value is (105,13,114). Sum of RGB (Red+Green+Blue) = 105+13+114=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #690D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D72 is #96F28D. Grayscale: #333333. Windows color (decimal): -9892494 or 7474537. OLE color: 7474537.

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

Color convert

RGB 105 13 114 -
CMYK 0.08 0.89 0 0.55
HSL 294.65º 0.8% 0.25% -
HSV(B) 294.65º 0.89% 0.45% -
XYZ 9.01 4.51 16.31 -
YUV 52.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 105 13 114 0.08 0.89 0 0.55 294.65 0.8 0.25
Hex 69 D 72 8 59 0 37 127 50 19
Octal 151 15 162 10 131 0 67 447 120 31
Binary 1101001 1101 1110010 1000 1011001 0 110111 100100111 1010000 11001

Color Harmonies of #690D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D72

Black with #690D72

Text Example


Text Example

White with #690D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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