Html Css Color HEX #690D71 Purple

📋 copy color: '#690D71'

red 105 ◦ green 13 ◦ blue 113

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

Shades of Purple #690D71

Tints of Purple #690D71

RGB

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

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

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

R = 45.45%
G = 5.63%
B = 48.92%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690D71 (or 0x690D71) is known color: Purple. HEX triplet: 69, 0D and 71. RGB value is (105,13,113). Sum of RGB (Red+Green+Blue) = 105+13+113=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #690D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D71 is #96F28E. Grayscale: #333333. Windows color (decimal): -9892495 or 7409001. OLE color: 7409001.

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

Color convert

RGB 105 13 113 -
CMYK 0.07 0.88 0 0.56
HSL 295.2º 0.79% 0.25% -
HSV(B) 295.2º 0.88% 0.44% -
XYZ 8.95 4.48 16.02 -
YUV 51.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 105 13 113 0.07 0.88 0 0.56 295.2 0.79 0.25
Hex 69 D 71 7 58 0 38 127 4F 19
Octal 151 15 161 7 130 0 70 447 117 31
Binary 1101001 1101 1110001 111 1011000 0 111000 100100111 1001111 11001

Color Harmonies of #690D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D71

Black with #690D71

Text Example


Text Example

White with #690D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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