Html Css Color HEX #690C70 Purple

📋 copy color: '#690C70'

red 105 ◦ green 12 ◦ blue 112

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

Shades of Purple #690C70

Tints of Purple #690C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 45.85%
G = 5.24%
B = 48.91%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690C70 (or 0x690C70) is known color: Purple. HEX triplet: 69, 0C and 70. RGB value is (105,12,112). Sum of RGB (Red+Green+Blue) = 105+12+112=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #690C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C70 is #96F38F. Grayscale: #323232. Windows color (decimal): -9892752 or 7343209. OLE color: 7343209.

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

Color convert

RGB 105 12 112 -
CMYK 0.06 0.89 0 0.56
HSL 295.8º 0.81% 0.24% -
HSV(B) 295.8º 0.89% 0.44% -
XYZ 8.88 4.44 15.72 -
YUV 51.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 105 12 112 0.06 0.89 0 0.56 295.8 0.81 0.24
Hex 69 C 70 6 59 0 38 128 51 18
Octal 151 14 160 6 131 0 70 450 121 30
Binary 1101001 1100 1110000 110 1011001 0 111000 100101000 1010001 11000

Color Harmonies of #690C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C70

Black with #690C70

Text Example


Text Example

White with #690C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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