Html Css Color HEX #690C6C Purple

📋 copy color: '#690C6C'

red 105 ◦ green 12 ◦ blue 108

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

Shades of Purple #690C6C

Tints of Purple #690C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 46.67%
G = 5.33%
B = 48%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#690C6C (or 0x690C6C) is known color: Purple. HEX triplet: 69, 0C and 6C. RGB value is (105,12,108). Sum of RGB (Red+Green+Blue) = 105+12+108=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #690C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C6C is #96F393. Grayscale: #323232. Windows color (decimal): -9892756 or 7081065. OLE color: 7081065.

HSL color Cylindrical-coordinate representation of color #690C6C: hue angle of 298.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C6C is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 12 108 -
CMYK 0.03 0.89 0 0.58
HSL 298.13º 0.8% 0.24% -
HSV(B) 298.13º 0.89% 0.42% -
XYZ 8.66 4.35 14.57 -
YUV 50.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 105 12 108 0.03 0.89 0 0.58 298.13 0.8 0.24
Hex 69 C 6C 3 59 0 3A 12A 50 18
Octal 151 14 154 3 131 0 72 452 120 30
Binary 1101001 1100 1101100 11 1011001 0 111010 100101010 1010000 11000

Color Harmonies of #690C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C6C

Black with #690C6C

Text Example


Text Example

White with #690C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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