Html Css Color HEX #690C71 Purple

📋 copy color: '#690C71'

red 105 ◦ green 12 ◦ blue 113

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

Shades of Purple #690C71

Tints of Purple #690C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.22%

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

R = 45.65%
G = 5.22%
B = 49.13%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690C71 (or 0x690C71) is known color: Purple. HEX triplet: 69, 0C and 71. RGB value is (105,12,113). Sum of RGB (Red+Green+Blue) = 105+12+113=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #690C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C71 is #96F38E. Grayscale: #333333. Windows color (decimal): -9892751 or 7408745. OLE color: 7408745.

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

Color convert

RGB 105 12 113 -
CMYK 0.07 0.89 0 0.56
HSL 295.25º 0.81% 0.25% -
HSV(B) 295.25º 0.89% 0.44% -
XYZ 8.94 4.46 16.01 -
YUV 51.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 105 12 113 0.07 0.89 0 0.56 295.25 0.81 0.25
Hex 69 C 71 7 59 0 38 127 51 19
Octal 151 14 161 7 131 0 70 447 121 31
Binary 1101001 1100 1110001 111 1011001 0 111000 100100111 1010001 11001

Color Harmonies of #690C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C71

Black with #690C71

Text Example


Text Example

White with #690C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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